| Index: third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| index 677787d2d4a1dc83c0ff9e639d4fc2d33d75652f..77127b7f7ed8305e2d28541dc12ce84e58c56ca8 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -53,7 +53,7 @@ public:
|
| void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| - bool handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
| void applyViewportDeltas(
|
|
|