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

Unified Diff: ui/events/event_target.h

Issue 25445002: Ensure that in Desktop AURA the WindowModalityController class is at the head of the event pre targ… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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: ui/events/event_target.h
===================================================================
--- ui/events/event_target.h (revision 226033)
+++ ui/events/event_target.h (working copy)
@@ -70,6 +70,9 @@
void AddPostTargetHandler(EventHandler* handler);
void RemovePostTargetHandler(EventHandler* handler);
+ // Returns true if the event pre target list is empty.
+ bool IsPreTargetListEmpty() const;
+
protected:
void set_target_handler(EventHandler* handler) {
target_handler_ = handler;

Powered by Google App Engine
This is Rietveld 408576698