Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: ui/aura/root_window.h

Issue 14466005: Magnifier: Prevent the cursor jumping on HiDPI display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698