| Index: content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| diff --git a/content/browser/renderer_host/input/synthetic_mouse_driver.h b/content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| index 1aef9a207aff0706ed12bb25158c6f36d53815a9..04a00706411073078cb8d139222fbcb118918cf8 100644
|
| --- a/content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| +++ b/content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| @@ -20,7 +20,7 @@ class CONTENT_EXPORT SyntheticMouseDriver : public SyntheticPointerDriver {
|
| void DispatchEvent(SyntheticGestureTarget* target,
|
| const base::TimeTicks& timestamp) override;
|
|
|
| - int Press(float x, float y) override;
|
| + void Press(float x, float y, int index = 0) override;
|
| void Move(float x, float y, int index = 0) override;
|
| void Release(int index = 0) override;
|
|
|
|
|