| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index e133f9339d24f6e85bfcc33a7b245f041c884487..f3c77495c18711416779f2986b70167004b8eefc 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -29,12 +29,12 @@
|
|
|
| namespace gfx {
|
| class Display;
|
| +class Transform;
|
| }
|
|
|
| namespace ui {
|
| class Layer;
|
| class Texture;
|
| -class Transform;
|
| }
|
|
|
| namespace aura {
|
| @@ -145,7 +145,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| // |aura::client::ScreenPositionClient| interface.
|
| gfx::Rect GetBoundsInScreen() const;
|
|
|
| - virtual void SetTransform(const ui::Transform& transform);
|
| + virtual void SetTransform(const gfx::Transform& transform);
|
|
|
| // Assigns a LayoutManager to size and place child windows.
|
| // The Window takes ownership of the LayoutManager.
|
|
|