summaryrefslogtreecommitdiffstats
path: root/ui/aura/layout_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/layout_manager.cc')
-rw-r--r--ui/aura/layout_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/layout_manager.cc b/ui/aura/layout_manager.cc
index 4780ae0..1621995 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);
}