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); |
} |