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

Unified Diff: ui/views/window/client_view.h

Issue 10802028: maxHeight/Width and miniHeight/Width of chrome.appWindow API failed in ShellWindow. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to trunk according to jeremya's comment. Created 8 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 | ui/views/window/client_view.cc » ('j') | ui/views/window/client_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/window/client_view.h
diff --git a/ui/views/window/client_view.h b/ui/views/window/client_view.h
index 99bd4306f7da97d1c7be630b795237a7d38ff56b..a6c82369ceaad7470a5bfac112b760b51f8672cb 100644
--- a/ui/views/window/client_view.h
+++ b/ui/views/window/client_view.h
@@ -58,6 +58,7 @@ class VIEWS_EXPORT ClientView : public View {
// Overridden from View:
virtual gfx::Size GetPreferredSize() OVERRIDE;
+ virtual gfx::Size GetMaximumSize() OVERRIDE;
virtual gfx::Size GetMinimumSize() OVERRIDE;
virtual void Layout() OVERRIDE;
virtual std::string GetClassName() const OVERRIDE;
« no previous file with comments | « no previous file | ui/views/window/client_view.cc » ('j') | ui/views/window/client_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698