| Index: third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h
|
| diff --git a/third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h b/third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h
|
| index 3c68b79b6f552f08f0f04b95b3f8ecd7ada91f99..f383b6870a54f0c8f8255bf23457e47ab34fedca 100644
|
| --- a/third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h
|
| +++ b/third_party/WebKit/public/platform/scheduler/renderer/renderer_scheduler.h
|
| @@ -14,6 +14,7 @@
|
| #include "public/platform/scheduler/renderer/render_widget_scheduling_state.h"
|
| #include "public/platform/WebCommon.h"
|
| #include "public/platform/WebInputEvent.h"
|
| +#include "public/platform/WebInputEventResult.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "v8/include/v8.h"
|
|
|
| @@ -110,7 +111,8 @@ class BLINK_PLATFORM_EXPORT RendererScheduler : public ChildScheduler {
|
| // Tells the scheduler that the system processed an input event. Must be
|
| // called from the main thread.
|
| virtual void DidHandleInputEventOnMainThread(
|
| - const WebInputEvent& web_input_event) = 0;
|
| + const WebInputEvent& web_input_event,
|
| + WebInputEventResult result) = 0;
|
|
|
| // Tells the scheduler that the system is displaying an input animation (e.g.
|
| // a fling). Called by the compositor (impl) thread.
|
|
|