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

Unified Diff: chrome/browser/event_disposition.h

Issue 10832282: Replace views::MouseEvent with ui::MouseEvent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: chrome/browser/event_disposition.h
===================================================================
--- chrome/browser/event_disposition.h (revision 151406)
+++ chrome/browser/event_disposition.h (working copy)
@@ -11,7 +11,7 @@
// Translates event flags into what kind of disposition they represents.
// For example, a middle click would mean to open a background tab.
-// event_flags are the flags as understood by views::MouseEvent.
+// event_flags are the flags as understood by ui::MouseEvent.
WindowOpenDisposition DispositionFromEventFlags(int event_flags);
} // namespace chrome
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/ui/panels/panel_browser_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698