From f409f566b898a7b10e1baceecbcaa26cfd0b17f3 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 15 Apr 2009 20:42:54 +0000 Subject: Make the omnibox popup look nicer. Add dropshadow images (not final). Experiment with some effects. Adds a positioner interface that allows the popup to size itself to the width of the edit view + the width of the star and go buttons. (Basically the toolbar needs to help the popup position itself). No results yet! Review URL: http://codereview.chromium.org/68011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13784 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/views/widget/widget_gtk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/views/widget/widget_gtk.h') 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); -- cgit v1.1