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

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

Issue 1886703005: Remove unused FWL methods (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
Index: xfa/fwl/core/ifwl_noteloop.h
diff --git a/xfa/fwl/core/ifwl_noteloop.h b/xfa/fwl/core/ifwl_noteloop.h
index a56d880b4a878b1a92e2f864be4022d3dcaa38e9..b0b182e7931640211373a794a8c6460c9028dac8 100644
--- a/xfa/fwl/core/ifwl_noteloop.h
+++ b/xfa/fwl/core/ifwl_noteloop.h
@@ -15,7 +15,6 @@ class CFWL_Message;
class IFWL_NoteLoop {
public:
virtual ~IFWL_NoteLoop() {}
- virtual FX_BOOL PreProcessMessage(CFWL_Message* pMessage) = 0;
virtual FWL_ERR Idle(int32_t count) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698