summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-12-07 13:12:49 -0800
committerTom Sepez <tsepez@chromium.org>2015-12-07 13:12:49 -0800
commit5e4f290e939ded90a518ff8eab1db59930655e11 (patch)
treee0dadf2018083c2b2d641bc296b1b0216deba6be /xfa/src/fxfa
parent6fa20c60c6ed551af55bfc879668eaac5c237805 (diff)
downloadpdfium-5e4f290e939ded90a518ff8eab1db59930655e11.tar.xz
Revert "Rename CFWL_Thread classes to ThreadImp"
This reverts commit 6fa20c60c6ed551af55bfc879668eaac5c237805. Reason for revert: broke tests TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1507893002 .
Diffstat (limited to 'xfa/src/fxfa')
-rw-r--r--xfa/src/fxfa/src/app/xfa_fwladapter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp
index 077fa648f3..3c9f1a1556 100644
--- a/xfa/src/fxfa/src/app/xfa_fwladapter.cpp
+++ b/xfa/src/fxfa/src/app/xfa_fwladapter.cpp
@@ -15,6 +15,9 @@ 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) {