diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-09 11:56:39 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-09 11:56:39 -0800 |
commit | df685030b73074e46d7eb789e13135c52775091f (patch) | |
tree | cfc7c0023d0f4e088876c991a3e37ec50e081285 /xfa/src/fxfa | |
parent | 0f05b1c9c19e9f45135bb3dd21044b2e69fe086a (diff) | |
download | pdfium-df685030b73074e46d7eb789e13135c52775091f.tar.xz |
Re-land "Rename CFWL_Thread classes to ThreadImp"
This reverts commit 5e4f290e939ded90a518ff8eab1db59930655e11.
BUG=
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1502063005 .
Diffstat (limited to 'xfa/src/fxfa')
-rw-r--r-- | xfa/src/fxfa/src/app/xfa_fwladapter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp index 3c9f1a1556..077fa648f3 100644 --- a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp +++ b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp @@ -15,9 +15,6 @@ IFWL_AdapterNative* FWL_CreateFuelAdapterNative() { }
void FWL_ReleaseFuelAdapterNative(IFWL_AdapterNative* native) {}
void FWL_PostMessageToMainRoop(CFWL_Message* pMessage) {}
-IFWL_AdapterSemaphore* IFWL_AdapterSemaphore::Create() {
- return NULL;
-}
FX_BOOL FWL_ShowCaret(IFWL_Widget* pWidget,
FX_BOOL bVisible,
const CFX_RectF* pRtAnchor) {
|