| Index: content/browser/renderer_host/input/motion_event_web.h
|
| diff --git a/content/browser/renderer_host/input/motion_event_web.h b/content/browser/renderer_host/input/motion_event_web.h
|
| index 9f4ce786c434715ef99e49ba672a20944df24c3c..5d61d1319ecca79b75db6b329104fe0487624a11 100644
|
| --- a/content/browser/renderer_host/input/motion_event_web.h
|
| +++ b/content/browser/renderer_host/input/motion_event_web.h
|
| @@ -33,6 +33,7 @@ class MotionEventWeb : public ui::MotionEvent {
|
| virtual base::TimeTicks GetEventTime() const OVERRIDE;
|
| virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE;
|
| virtual int GetButtonState() const OVERRIDE;
|
| + virtual int GetFlags() const OVERRIDE;
|
| virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
|
| virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
|
|
|
|
|