Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index 734bb218a84c88d83b93d450fb028e218f08eef8..b44e20ab6a2aeb197c8c155ff3ae42fd24f49948 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -288,6 +288,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
void ClearMouseHandlers(); |
void SetRootWindowTransformer(scoped_ptr<RootWindowTransformer> transformer); |
+ gfx::Transform GetRootTransform() const; |
private: |
FRIEND_TEST_ALL_PREFIXES(RootWindowTest, KeepTranslatedEventInRoot); |
@@ -404,7 +405,6 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// current mouse location. |
void SynthesizeMouseMoveEvent(); |
- gfx::Transform GetRootTransform() const; |
gfx::Transform GetInverseRootTransform() const; |
scoped_ptr<ui::Compositor> compositor_; |