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

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

Issue 287153007: Revert 271026 "[DevTools] Interactive test for DevTools touch em..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/content/browser/renderer_host/input/touch_emulator.h
===================================================================
--- trunk/src/content/browser/renderer_host/input/touch_emulator.h (revision 271031)
+++ trunk/src/content/browser/renderer_host/input/touch_emulator.h (working copy)
@@ -48,7 +48,7 @@
bool InPinchGestureMode() const;
bool FillTouchEventAndPoint(const blink::WebMouseEvent& mouse_event);
- void FillPinchEvent(const blink::WebGestureEvent& event);
+ void FillPinchEvent(const blink::WebInputEvent& event);
// The following methods generate and pass gesture events to the renderer.
void PinchBegin(const blink::WebGestureEvent& event);

Powered by Google App Engine
This is Rietveld 408576698