summaryrefslogtreecommitdiff
path: root/xfa/fwl/lightwidget/cfwl_checkbox.h
diff options
context:
space:
mode:
authortonikitoo <tonikitoo@igalia.com>2016-08-22 14:06:49 -0700
committerCommit bot <commit-bot@chromium.org>2016-08-22 14:06:49 -0700
commita73b8fee8751dae443af9437007261e4a1827a4f (patch)
tree64e6cc8a1d1c0e51ab03c167b8444bbf8ec224ce /xfa/fwl/lightwidget/cfwl_checkbox.h
parent9b99ebf5159d98cc83fb2e8ebac6750e158841d6 (diff)
downloadpdfium-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 'xfa/fwl/lightwidget/cfwl_checkbox.h')
0 files changed, 0 insertions, 0 deletions