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

Unified Diff: ui/aura_shell/desktop_layout_manager.cc

Issue 8400063: Move maximize/fullscreen/restore to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove OVERRIDE from .cc Created 9 years, 2 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 | « ui/aura_shell/desktop_layout_manager.h ('k') | ui/aura_shell/property_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/desktop_layout_manager.cc
diff --git a/ui/aura_shell/desktop_layout_manager.cc b/ui/aura_shell/desktop_layout_manager.cc
index 9ae4ca9d8494a4f6bdfa68ab034fd4569ba05c47..32db2badca7c4146cc616bce841baa009fd6ef5d 100644
--- a/ui/aura_shell/desktop_layout_manager.cc
+++ b/ui/aura_shell/desktop_layout_manager.cc
@@ -61,8 +61,9 @@ void DesktopLayoutManager::OnChildWindowVisibilityChanged(aura::Window* child,
bool visibile) {
}
-void DesktopLayoutManager::CalculateBoundsForChild(
- aura::Window* child, gfx::Rect* requested_bounds) {
+void DesktopLayoutManager::SetChildBounds(aura::Window* child,
+ const gfx::Rect& requested_bounds) {
+ SetChildBoundsDirect(child, requested_bounds);
}
« no previous file with comments | « ui/aura_shell/desktop_layout_manager.h ('k') | ui/aura_shell/property_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698