Index: content/browser/renderer_host/input/touch_emulator_client.h |
diff --git a/content/browser/renderer_host/input/touch_emulator_client.h b/content/browser/renderer_host/input/touch_emulator_client.h |
index 92f382f5f9c355a5d1000c65a7587f230dee86db..f8e6f0fc8338c45d083089b4e1559f21e3db4cac 100644 |
--- a/content/browser/renderer_host/input/touch_emulator_client.h |
+++ b/content/browser/renderer_host/input/touch_emulator_client.h |
@@ -17,7 +17,7 @@ class CONTENT_EXPORT TouchEmulatorClient { |
virtual ~TouchEmulatorClient() {} |
virtual void ForwardGestureEvent(const blink::WebGestureEvent& event) = 0; |
- virtual void ForwardTouchEvent(const blink::WebTouchEvent& event) = 0; |
+ virtual void ForwardEmulatedTouchEvent(const blink::WebTouchEvent& event) = 0; |
virtual void SetCursor(const WebCursor& cursor) = 0; |
}; |