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

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

Issue 79143002: Revert 236254 "Replace old with new synthetic gesture framework." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_base.h
===================================================================
--- trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_base.h (revision 236262)
+++ trunk/src/content/browser/renderer_host/input/synthetic_gesture_target_base.h (working copy)
@@ -43,7 +43,7 @@
virtual void DispatchInputEventToPlatform(const InputEvent& event) OVERRIDE;
virtual void OnSyntheticGestureCompleted(
- SyntheticGesture::Result result) OVERRIDE;
+ SyntheticGestureNew::Result result) OVERRIDE;
virtual void SetNeedsFlush() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698