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

Unified Diff: chrome/views/event.h

Issue 40124: Revert r9953 since it caused regressions like: (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/views/tabs/tab_strip.cc ('k') | chrome/views/root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/event.h
===================================================================
--- chrome/views/event.h (revision 10904)
+++ chrome/views/event.h (working copy)
@@ -156,10 +156,7 @@
class MouseEvent : public LocatedEvent {
public:
// Flags specific to mouse events
- enum MouseEventFlags {
- EF_IS_DOUBLE_CLICK = 1 << 16,
- EF_IS_NON_CLIENT = 1 << 17
- };
+ enum MouseEventFlags { EF_IS_DOUBLE_CLICK = 1 << 16 };
// Create a new mouse event
MouseEvent(EventType type, int x, int y, int flags)
« no previous file with comments | « chrome/browser/views/tabs/tab_strip.cc ('k') | chrome/views/root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698