Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: views/widget/native_widget_gtk.h

Issue 7358005: Makes sure widget is created at right size before showing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/widget/native_widget_gtk.cc » ('j') | views/widget/native_widget_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_gtk.h
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h
index 3473b3364665bbeb53135b217b04283ae510b247..eedd19aa1fc54c39e3a2a47229b3c13af1877eaa 100644
--- a/views/widget/native_widget_gtk.h
+++ b/views/widget/native_widget_gtk.h
@@ -208,6 +208,7 @@ class NativeWidgetGtk : public internal::NativeWidgetPrivate,
virtual void EnableClose(bool enable) OVERRIDE;
virtual void Show() OVERRIDE;
virtual void Hide() OVERRIDE;
+ virtual void ShowMaximized(const gfx::Rect& restored_bounds) OVERRIDE;
virtual void ShowNativeWidget(ShowState state) OVERRIDE;
virtual bool IsVisible() const OVERRIDE;
virtual void Activate() OVERRIDE;
« no previous file with comments | « no previous file | views/widget/native_widget_gtk.cc » ('j') | views/widget/native_widget_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698