diff options
Diffstat (limited to 'ui/aura/layout_manager.cc')
-rw-r--r-- | ui/aura/layout_manager.cc | 4 |
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); } |