| Index: content/browser/renderer_host/input/motion_event_web.cc
|
| diff --git a/content/browser/renderer_host/input/motion_event_web.cc b/content/browser/renderer_host/input/motion_event_web.cc
|
| index 2d276f0371ea23757ad508f23df1cdb496d015ed..e7e67864feddb1eb0a956bd7f507e2c90962f179 100644
|
| --- a/content/browser/renderer_host/input/motion_event_web.cc
|
| +++ b/content/browser/renderer_host/input/motion_event_web.cc
|
| @@ -73,6 +73,10 @@ int MotionEventWeb::GetId() const {
|
| return 0;
|
| }
|
|
|
| +uint64 MotionEventWeb::GetUniqueId() const {
|
| + return 0;
|
| +}
|
| +
|
| MotionEventWeb::Action MotionEventWeb::GetAction() const {
|
| return cached_action_;
|
| }
|
|
|