Index: chrome/browser/ui/views/status_bubble_views.h |
diff --git a/chrome/browser/ui/views/status_bubble_views.h b/chrome/browser/ui/views/status_bubble_views.h |
index 2a3905a9e8823ffeefbb526c15b157163d2760f2..a53bd41a79f24882b75bcada3a40e99ad4be5918 100644 |
--- a/chrome/browser/ui/views/status_bubble_views.h |
+++ b/chrome/browser/ui/views/status_bubble_views.h |
@@ -110,6 +110,12 @@ class StatusBubbleViews : public StatusBubble { |
gfx::Point position_; |
gfx::Size size_; |
+ // Last location passed to MouseMoved(). |
+ gfx::Point last_mouse_moved_location_; |
+ |
+ // Whether the view contains the mouse. |
+ bool contains_mouse_; |
+ |
// How vertically offset the bubble is from its root position_. |
int offset_; |