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_; |