summaryrefslogtreecommitdiff
path: root/xfa/include/fxfa/xfa_ffwidget.h
AgeCommit message (Collapse)Author
2016-04-04Cleanup the FF Handler proxy methods.dsinclair
This CL removes the proxy methods from CXFA_FFWidgetHandler and CXFA_DocHandler and removes CXFA_FFMenuHandler as it was only proxy methods. The calls are made directly on the object now. Review URL: https://codereview.chromium.org/1857893002