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 f3d85abfc123b4a70fc89e211a240bc1e27b4aa3..7ecee06b880c4f705ed1a5b29fc55338879e41bf 100644 |
--- a/content/browser/renderer_host/input/motion_event_web.h |
+++ b/content/browser/renderer_host/input/motion_event_web.h |
@@ -18,6 +18,7 @@ class MotionEventWeb : public ui::MotionEvent { |
// ui::MotionEvent |
int GetId() const override; |
+ uint32 GetUniqueId() const override; |
Action GetAction() const override; |
int GetActionIndex() const override; |
size_t GetPointerCount() const override; |