diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-16 11:34:36 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-16 11:34:36 -0800 |
commit | 5f554133283d03b6b30bcecfcdc689cccf3799ec (patch) | |
tree | f24ac81649968df6d826e3ce6c3ffbbcf9f98546 /xfa/src/fxfa | |
parent | e6a5138ec89a1235bf426fd19a0e4f61dfeafca0 (diff) | |
download | pdfium-5f554133283d03b6b30bcecfcdc689cccf3799ec.tar.xz |
IFWL_App::Create() always passed adapter, "fuel" adapter unused
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1707433002 .
Diffstat (limited to 'xfa/src/fxfa')
-rw-r--r-- | xfa/src/fxfa/src/app/xfa_fwladapter.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp index e5a3e7a2bc..517c491a0e 100644 --- a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp +++ b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp @@ -10,10 +10,7 @@ #include "xfa_ffwidget.h" #include "xfa_fffield.h" #include "xfa_ffdoc.h" -IFWL_AdapterNative* FWL_CreateFuelAdapterNative() { - return NULL; -} -void FWL_ReleaseFuelAdapterNative(IFWL_AdapterNative* native) {} + void FWL_PostMessageToMainRoop(CFWL_Message* pMessage) {} FX_BOOL FWL_ShowCaret(IFWL_Widget* pWidget, FX_BOOL bVisible, |