Chromium Code Reviews| Index: ui/aura/window.h |
| diff --git a/ui/aura/window.h b/ui/aura/window.h |
| index 01c6c96870d4a31c982653e0fd383b9a48d6d88d..525f692a6755673fb98003cbdc05a8435e999430 100644 |
| --- a/ui/aura/window.h |
| +++ b/ui/aura/window.h |
| @@ -153,6 +153,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
| gfx::Rect GetBoundsInScreen() const; |
| void SetTransform(const gfx::Transform& transform); |
| + const gfx::Transform& transform() const { return layer()->transform(); } |
| // Assigns a LayoutManager to size and place child windows. |
| // The Window takes ownership of the LayoutManager. |