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

Unified Diff: chrome/views/window/non_client_view.h

Issue 56086: Fix distributor logo placement on glass frame when window is restored from fu... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/views/window/non_client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/window/non_client_view.h
===================================================================
--- chrome/views/window/non_client_view.h (revision 12667)
+++ chrome/views/window/non_client_view.h (working copy)
@@ -185,6 +185,11 @@
client_view_ = client_view;
}
+ // Layout just the frame view. This is necessary on Windows when non-client
+ // metrics such as the position of the window controls changes independently
+ // of a window resize message.
+ void LayoutFrameView();
+
// NonClientView, View overrides:
virtual gfx::Size GetPreferredSize();
virtual void Layout();
« no previous file with comments | « chrome/browser/views/frame/browser_view.cc ('k') | chrome/views/window/non_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698