Chromium Code Reviews| 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..f5ecd82463a02c393471103fe84842199e65c877 100644 |
| --- a/content/browser/renderer_host/input/synthetic_mouse_driver.h |
| +++ b/content/browser/renderer_host/input/synthetic_mouse_driver.h |
| @@ -33,7 +33,7 @@ class CONTENT_EXPORT SyntheticMouseDriver : public SyntheticPointerDriver { |
| bool UserInputCheck( |
| const SyntheticPointerActionParams& params) const override; |
| - private: |
| + protected: |
| blink::WebMouseEvent mouse_event_; |
| unsigned last_modifiers_; |
|
tdresser
2017/01/26 21:03:10
Does last_modifiers_ need to be protected?
DISAL
lanwei
2017/01/26 21:21:12
Done.
|