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

Unified Diff: chrome/browser/ui/views/event_utils.h

Issue 10546104: Make IsTriggerableEvent take Event objects and use it to verify whether tap events should trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pass Event to ShouldEnterPushedState. Created 8 years, 6 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 | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | chrome/browser/ui/views/event_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/event_utils.h
diff --git a/chrome/browser/ui/views/event_utils.h b/chrome/browser/ui/views/event_utils.h
index 9bf6949da47f11cc6d2315d5beb83accf6f4cafc..a1518006f8c2b233299c3d63a7ffd70f426d3c15 100644
--- a/chrome/browser/ui/views/event_utils.h
+++ b/chrome/browser/ui/views/event_utils.h
@@ -7,14 +7,14 @@
#pragma once
namespace views {
-class MouseEvent;
+class Event;
}
namespace event_utils {
-// Returns true if the specified mouse event may have a
+// Returns true if the specified event may have a
// WindowOptionDisposition.
-bool IsPossibleDispositionEvent(const views::MouseEvent& event);
+bool IsPossibleDispositionEvent(const views::Event& event);
} // namespace event_utils
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | chrome/browser/ui/views/event_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698