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

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

Issue 2515243003: Remove FwlEventMask (Closed)
Patch Set: Created 4 years, 1 month 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/cfwl_eventtarget.cpp ('k') | xfa/fwl/core/cfwl_notedriver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_notedriver.h
diff --git a/xfa/fwl/core/cfwl_notedriver.h b/xfa/fwl/core/cfwl_notedriver.h
index a9b2c715dbaae10c0549695eb299bd7e884fa406..9e5fa99f6aeec431bd2b6aa70cdec69f5660ade8 100644
--- a/xfa/fwl/core/cfwl_notedriver.h
+++ b/xfa/fwl/core/cfwl_notedriver.h
@@ -29,9 +29,7 @@ class CFWL_NoteDriver {
void SendEvent(CFWL_Event* pNote);
- void RegisterEventTarget(IFWL_Widget* pListener,
- IFWL_Widget* pEventSource = nullptr,
- uint32_t dwFilter = FWL_EVENT_ALL_MASK);
+ void RegisterEventTarget(IFWL_Widget* pListener, IFWL_Widget* pEventSource);
void UnregisterEventTarget(IFWL_Widget* pListener);
void ClearEventTargets(bool bRemoveAll);
« no previous file with comments | « xfa/fwl/core/cfwl_eventtarget.cpp ('k') | xfa/fwl/core/cfwl_notedriver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698