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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_target_aura.h

Issue 117333006: Adjust aura synthetic mouse event locations to screen location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adj wheel event Created 7 years 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_target_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/synthetic_gesture_target_aura.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
index 9befda688f4bbab2ab8bd6f7e7db8e6b67d2227d..5a4d6d252b2b51d50999a89c4ac2f9f02327ec66 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
@@ -11,7 +11,12 @@
namespace aura {
class RootWindowHostDelegate;
+class Window;
+
+namespace client {
+class ScreenPositionClient;
}
+} // namespace aura
namespace content {
@@ -43,7 +48,9 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
virtual int GetTouchSlopInDips() const OVERRIDE;
private:
+ aura::Window* GetWindow() const;
aura::RootWindowHostDelegate* GetRootWindowHostDelegate() const;
+ aura::client::ScreenPositionClient* GetScreenPositionClient() const;
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetAura);
};
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_target_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698