| Index: chrome/browser/ui/gtk/zoom_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/zoom_bubble_gtk.h b/chrome/browser/ui/gtk/zoom_bubble_gtk.h
|
| index b23ab95199bc64058d9f337e4dbcc92da1022005..a46c9f252f9bb278f4c838b289eb67af31a2d754 100644
|
| --- a/chrome/browser/ui/gtk/zoom_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/zoom_bubble_gtk.h
|
| @@ -55,6 +55,9 @@ class ZoomBubbleGtk {
|
| // Whether the currently displayed bubble will automatically close.
|
| bool auto_close_;
|
|
|
| + // Whether the mouse is currently inside the bubble.
|
| + bool mouse_inside_;
|
| +
|
| // Timer used to close the bubble when |auto_close_| is true.
|
| base::OneShotTimer<ZoomBubbleGtk> timer_;
|
|
|
|
|