diff options
Diffstat (limited to 'views/widget/widget_gtk.h')
-rw-r--r-- | views/widget/widget_gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/widget/widget_gtk.h b/views/widget/widget_gtk.h index 7cbc87e..3d57e4f 100644 --- a/views/widget/widget_gtk.h +++ b/views/widget/widget_gtk.h @@ -16,6 +16,7 @@ class Rect; namespace views { +class TooltipManagerGtk; class View; class WindowGtk; @@ -172,6 +173,8 @@ class WidgetGtk : public Widget, public MessageLoopForUI::Observer { // The root of the View hierarchy attached to this window. scoped_ptr<RootView> root_view_; + scoped_ptr<TooltipManagerGtk> tooltip_manager_; + // If true, the mouse is currently down. bool is_mouse_down_; |