| 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 34b876092764d286f8010809514effa63fdddf9b..a314788e78e63cd2c3519fcffb5d5085f01e722d 100644
|
| --- a/content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| +++ b/content/browser/renderer_host/input/synthetic_mouse_driver.h
|
| @@ -33,8 +33,10 @@ class CONTENT_EXPORT SyntheticMouseDriver : public SyntheticPointerDriver {
|
| bool UserInputCheck(
|
| const SyntheticPointerActionParams& params) const override;
|
|
|
| - private:
|
| + protected:
|
| blink::WebMouseEvent mouse_event_;
|
| +
|
| + private:
|
| unsigned last_modifiers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SyntheticMouseDriver);
|
|
|