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

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

Issue 256593013: Fail if key synthesized events are off screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 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
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_target_base.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_base.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_base.h b/content/browser/renderer_host/input/synthetic_gesture_target_base.h
index e6697198cde112ed374ace8c85c4d07312df1c4c..8000ce2178d9e2c480f81337a362934283ffed42 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.h
@@ -56,6 +56,8 @@ class SyntheticGestureTargetBase : public SyntheticGestureTarget {
RenderWidgetHostImpl* render_widget_host() const { return host_; }
private:
+ bool PointIsWithinContents(int x, int y) const;
+
RenderWidgetHostImpl* host_;
DISALLOW_COPY_AND_ASSIGN(SyntheticGestureTargetBase);
« no previous file with comments | « no previous file | content/browser/renderer_host/input/synthetic_gesture_target_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698