| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 7d48cfa6b5bc37a77a8295a9b34abbcfda2d3edb..c4ffe0103dd14ccfb28945a2760f36c76033ec80 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());
|
|
|