Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: xfa/fwl/core/ifwl_thread.h

Issue 1874963002: Remove some FWL code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/core/ifwl_form.h ('k') | xfa/fwl/lightwidget/cfwl_caret.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/ifwl_thread.h
diff --git a/xfa/fwl/core/ifwl_thread.h b/xfa/fwl/core/ifwl_thread.h
index c6f0c445d14d1d155a89454b1777bc75342f0b4c..d05aa6da0c457814808afe697b644d42a14da78b 100644
--- a/xfa/fwl/core/ifwl_thread.h
+++ b/xfa/fwl/core/ifwl_thread.h
@@ -27,13 +27,10 @@
class CFWL_ThreadImp;
class IFWL_NoteDriver;
-typedef struct FWL_HTHREAD_ { void* pData; } * FWL_HTHREAD;
-
class IFWL_Thread {
public:
// These call into polymorphic methods in the impl; no need to override.
void Release();
- FWL_ERR Run(FWL_HTHREAD hThread);
CFWL_ThreadImp* GetImpl() const { return m_pImpl; }
void SetImpl(CFWL_ThreadImp* pImpl) { m_pImpl = pImpl; }
« no previous file with comments | « xfa/fwl/core/ifwl_form.h ('k') | xfa/fwl/lightwidget/cfwl_caret.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698