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

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

Issue 62443007: Replace old with new synthetic gesture framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: opt_mouse_move_event_x/y -> opt_start_x/y Created 7 years, 1 month 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: 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 7e6e1ab59390a223f1baf4b331b9e24fec3e7685..1d4258ebdcf157405446b351738ec8bb5924e05f 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.h
@@ -43,7 +43,7 @@ class SyntheticGestureTargetBase : public SyntheticGestureTarget {
virtual void DispatchInputEventToPlatform(const InputEvent& event) OVERRIDE;
virtual void OnSyntheticGestureCompleted(
- SyntheticGestureNew::Result result) OVERRIDE;
+ SyntheticGesture::Result result) OVERRIDE;
virtual void SetNeedsFlush() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698