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

Unified Diff: ui/views/widget/widget.h

Issue 560053002: Do not interchange MOUSE_MOVED and MOUSE_DRAGGED events in Widget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for review Created 6 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/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 96ab8b2ebff3aa936a9d74fc24f64a9d6e31e8b3..6f7c994e920c7c088cf12e3de89dbe5c9d3b90ed 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -920,10 +920,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// Whether native widget has been destroyed.
bool native_widget_destroyed_;
- // TODO(beng): Remove NativeWidgetGtk's dependence on these:
- // If true, the mouse is currently down.
- bool is_mouse_button_pressed_;
-
+ // TODO(beng): Remove NativeWidgetGtk's dependence on this:
sadrul 2014/09/25 16:19:38 You can just remove this comment. NativeWidgetGtk
tdanderson 2014/09/26 18:49:40 Done.
// True if capture losses should be ignored.
bool ignore_capture_loss_;

Powered by Google App Engine
This is Rietveld 408576698