| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 2e122189f2d029f5641dea643cdfe9969853e234..bc70a4df77acfbab4bf6b86318a6a830773fd1f9 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -252,7 +252,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;
|
|
|