diff options
author | tonikitoo <tonikitoo@igalia.com> | 2016-08-22 14:06:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-22 14:06:49 -0700 |
commit | a73b8fee8751dae443af9437007261e4a1827a4f (patch) | |
tree | 64e6cc8a1d1c0e51ab03c167b8444bbf8ec224ce /fpdfsdk/cpdfsdk_bfannothandler.cpp | |
parent | 9b99ebf5159d98cc83fb2e8ebac6750e158841d6 (diff) | |
download | pdfium-chromium/2837.tar.xz |
Implement Field::SetHidden using Field::SetDisplay.chromium/2837
Following up on [1], where the duplicated logic in
Field::SetDisplay was factored out into a helper function,
CL further cleans up a related method: ::SetHidden.
Field::SetHidden(true), for instance, is equivalent
to calling Field::SetDisplay(1), whereas Field::SetHidden(false)
is equivalent to Field::SetDisplay(0);
No behavior change is expected.
[1] https://codereview.chromium.org/2255843002
Review-Url: https://codereview.chromium.org/2266193002
Diffstat (limited to 'fpdfsdk/cpdfsdk_bfannothandler.cpp')
0 files changed, 0 insertions, 0 deletions