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

Unified Diff: ui/aura/layout_manager.cc

Issue 8400063: Move maximize/fullscreen/restore to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready for review 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
Index: ui/aura/layout_manager.cc
diff --git a/ui/aura/layout_manager.cc b/ui/aura/layout_manager.cc
index 4780ae02d9b6f63838957bf00467c2f3f6bcc982..1621995d5a701a94e4c32b9558fd664fb7bdaaca 100644
--- a/ui/aura/layout_manager.cc
+++ b/ui/aura/layout_manager.cc
@@ -14,8 +14,8 @@ LayoutManager::LayoutManager() {
LayoutManager::~LayoutManager() {
}
-void LayoutManager::SetChildBounds(aura::Window* child,
- const gfx::Rect& bounds) {
+void LayoutManager::SetChildBoundsDirect(aura::Window* child,
+ const gfx::Rect& bounds) {
child->SetBoundsInternal(bounds);
}

Powered by Google App Engine
This is Rietveld 408576698