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

Unified Diff: views/window/window_win.h

Issue 141039: For consistency, stop using the workarea coordinate in... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/window_sizer_unittest.cc ('k') | views/window/window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/window/window_win.h
===================================================================
--- views/window/window_win.h (revision 18780)
+++ views/window/window_win.h (working copy)
@@ -201,6 +201,11 @@
// flicker.
LRESULT CallDefaultNCActivateHandler(BOOL active);
+ // Returns the normal bounds of the window in screen coordinates and
+ // whether the window is maximized. The arguments can be NULL.
+ void GetWindowBoundsAndMaximizedState(gfx::Rect* bounds,
+ bool* maximized) const;
+
// Static resource initialization.
static void InitClass();
enum ResizeCursor {
« no previous file with comments | « chrome/browser/window_sizer_unittest.cc ('k') | views/window/window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698