| Index: xfa/fwl/core/fwl_sdadapterimp.cpp
|
| diff --git a/xfa/fwl/core/fwl_sdadapterimp.cpp b/xfa/fwl/core/fwl_sdadapterimp.cpp
|
| index 2e9d740e4005d6c6d62f1f745fcc56041fed932e..50246517cca64a3493604f6a8be0b4caa388d54e 100644
|
| --- a/xfa/fwl/core/fwl_sdadapterimp.cpp
|
| +++ b/xfa/fwl/core/fwl_sdadapterimp.cpp
|
| @@ -151,25 +151,11 @@ FX_BOOL CFWL_SDAdapterWidgetMgr::GetPopupPos(IFWL_Widget* pWidget,
|
| CFX_RectF& rtPopup) {
|
| return FWL_ERR_Succeeded;
|
| }
|
| +
|
| CFWL_SDAdapterThreadMgr::CFWL_SDAdapterThreadMgr() {}
|
| +
|
| CFWL_SDAdapterThreadMgr::~CFWL_SDAdapterThreadMgr() {}
|
| -FWL_ERR CFWL_SDAdapterThreadMgr::Start(IFWL_Thread* pThread,
|
| - FWL_HTHREAD& hThread,
|
| - FX_BOOL bSuspended) {
|
| - return FWL_ERR_Succeeded;
|
| -}
|
| -FWL_ERR CFWL_SDAdapterThreadMgr::Resume(FWL_HTHREAD hThread) {
|
| - return FWL_ERR_Succeeded;
|
| -}
|
| -FWL_ERR CFWL_SDAdapterThreadMgr::Suspend(FWL_HTHREAD hThread) {
|
| - return FWL_ERR_Succeeded;
|
| -}
|
| -FWL_ERR CFWL_SDAdapterThreadMgr::Kill(FWL_HTHREAD hThread, int32_t iExitCode) {
|
| - return FWL_ERR_Succeeded;
|
| -}
|
| -FWL_ERR CFWL_SDAdapterThreadMgr::Stop(FWL_HTHREAD hThread, int32_t iExitCode) {
|
| - return FWL_ERR_Succeeded;
|
| -}
|
| +
|
| IFWL_Thread* CFWL_SDAdapterThreadMgr::GetCurrentThread() {
|
| return FWL_GetApp();
|
| }
|
|
|