| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 58728c2ea7a0a8245a15b643949dd3bceb912169..1163fbe388b823d56858a0576d3f231dd9a81602 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -268,7 +268,7 @@ gfx::Rect Window::GetBoundsInScreen() const {
|
| return bounds;
|
| }
|
|
|
| -void Window::SetTransform(const ui::Transform& transform) {
|
| +void Window::SetTransform(const gfx::Transform& transform) {
|
| RootWindow* root_window = GetRootWindow();
|
| bool contained_mouse = IsVisible() && root_window &&
|
| ContainsPointInRoot(root_window->GetLastMouseLocationInRoot());
|
|
|