| Index: content/browser/renderer_host/input/touch_emulator.h
|
| diff --git a/content/browser/renderer_host/input/touch_emulator.h b/content/browser/renderer_host/input/touch_emulator.h
|
| index af1e056db30633cdf0e0265cf0725d897b6ada19..5d314e40f8c9a79480a1dd06791d11e5d6589398 100644
|
| --- a/content/browser/renderer_host/input/touch_emulator.h
|
| +++ b/content/browser/renderer_host/input/touch_emulator.h
|
| @@ -48,7 +48,7 @@ class CONTENT_EXPORT TouchEmulator : public ui::GestureProviderClient {
|
| bool InPinchGestureMode() const;
|
|
|
| bool FillTouchEventAndPoint(const blink::WebMouseEvent& mouse_event);
|
| - void FillPinchEvent(const blink::WebInputEvent& event);
|
| + void FillPinchEvent(const blink::WebGestureEvent& event);
|
|
|
| // The following methods generate and pass gesture events to the renderer.
|
| void PinchBegin(const blink::WebGestureEvent& event);
|
|
|