Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index b28e79ed8f50d76d3b952c77008a49413893137d..3670e843924b3f7376d225a681f7c27269281e41 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -29,6 +29,7 @@ |
namespace gfx { |
class Size; |
+class Transform; |
} |
namespace ui { |
@@ -39,7 +40,6 @@ class LayerAnimationSequence; |
class MouseEvent; |
class ScrollEvent; |
class TouchEvent; |
-class Transform; |
class ViewProp; |
} |
@@ -251,7 +251,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Overridden from Window: |
virtual RootWindow* GetRootWindow() OVERRIDE; |
virtual const RootWindow* GetRootWindow() const OVERRIDE; |
- virtual void SetTransform(const ui::Transform& transform) OVERRIDE; |
+ virtual void SetTransform(const gfx::Transform& transform) OVERRIDE; |
// Overridden from ui::EventTarget: |
virtual ui::EventTarget* GetParentTarget() OVERRIDE; |