summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 16:56:57 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 16:56:57 +0000
commit2584175b3e3eca657e6070dc82879469402f0ca2 (patch)
treea828ba3c86d3f61a94bf7da62ed685d76b058e8f /views
parentbecc4d956b84df3962aa7986bf7d2fb0ddd81e52 (diff)
downloadchromium_src-2584175b3e3eca657e6070dc82879469402f0ca2.zip
chromium_src-2584175b3e3eca657e6070dc82879469402f0ca2.tar.gz
chromium_src-2584175b3e3eca657e6070dc82879469402f0ca2.tar.bz2
Use BubbleWindow for JSModalDialogViews on ChromeOS.
Also make BubbleWindow title left aligned per mock and fix wrong background color for DialogClientView by setting bg color to widget style. BUG=chromeium-os:6305 TEST=Verify js dialog on chrome os is in new bubble look again. Review URL: http://codereview.chromium.org/3598008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/window/window_gtk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/window/window_gtk.h b/views/window/window_gtk.h
index b184979..907ab7c 100644
--- a/views/window/window_gtk.h
+++ b/views/window/window_gtk.h
@@ -80,7 +80,7 @@ class WindowGtk : public WidgetGtk, public Window {
explicit WindowGtk(WindowDelegate* window_delegate);
// Initializes the window to the passed in bounds.
- void Init(GtkWindow* parent, const gfx::Rect& bounds);
+ virtual void Init(GtkWindow* parent, const gfx::Rect& bounds);
virtual void OnDestroy(GtkWidget* widget);