diff options
Diffstat (limited to 'chrome/views/widget/widget_gtk.h')
-rw-r--r-- | chrome/views/widget/widget_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/widget/widget_gtk.h b/chrome/views/widget/widget_gtk.h index 9f3c813..aedac31 100644 --- a/chrome/views/widget/widget_gtk.h +++ b/chrome/views/widget/widget_gtk.h @@ -41,8 +41,8 @@ class WidgetGtk : public Widget { virtual gfx::NativeView GetNativeView() const; virtual void PaintNow(const gfx::Rect& update_rect); virtual RootView* GetRootView(); - virtual bool IsVisible(); - virtual bool IsActive(); + virtual bool IsVisible() const; + virtual bool IsActive() const; virtual TooltipManager* GetTooltipManager(); virtual bool GetAccelerator(int cmd_id, Accelerator* accelerator); |