| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 3ebf375a0656c67e8a173bab049cabde5c225c4e..013f5a4d259c82c8e4978313906d7ce97b95b469 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -293,6 +293,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_;
|
|
|