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

Unified Diff: chrome/browser/ui/window_sizer/window_sizer.h

Issue 10911274: Adding new window management (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cahnged the SetBounds to SetBoundsInScreen Created 8 years, 3 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 | chrome/browser/ui/window_sizer/window_sizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/window_sizer/window_sizer.h
diff --git a/chrome/browser/ui/window_sizer/window_sizer.h b/chrome/browser/ui/window_sizer/window_sizer.h
index e104e79ac1b0b8e52b5ef31472a8ea34bec90f24..865f99b691ccc0d9a805fc2337a6482dacdb388c 100644
--- a/chrome/browser/ui/window_sizer/window_sizer.h
+++ b/chrome/browser/ui/window_sizer/window_sizer.h
@@ -148,11 +148,11 @@ class WindowSizer {
// will be called before DetermineWindowBounds. It will return true when the
// function was setting the bounds structure to the desired size. Otherwise
// another algorithm should get used to determine the correct bounds.
- bool GetBoundsIgnoringPreviousState(const gfx::Rect& specified_bounds,
- gfx::Rect* bounds) const;
+ bool GetBoundsOverride(const gfx::Rect& specified_bounds,
+ gfx::Rect* bounds) const;
#if defined(USE_ASH)
- bool GetBoundsIgnoringPreviousStateAsh(const gfx::Rect& specified_bounds,
- gfx::Rect* bounds) const;
+ bool GetBoundsOverrideAsh(const gfx::Rect& specified_bounds,
+ gfx::Rect* bounds_in_screen) const;
#endif
// Providers for persistent storage and monitor metrics.
« no previous file with comments | « no previous file | chrome/browser/ui/window_sizer/window_sizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698