| 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 af9990b72e008c3382506701b33da290b1ec5ecb..2940e6a6211eeb317bd9cb3e6d80d4cb7c6e1df7 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -47,7 +47,6 @@ public:
|
| void beginFrame(double lastFrameTimeMonotonic) override;
|
| void updateAllLifecyclePhases() override;
|
| void paint(WebCanvas*, const WebRect& viewPort) override;
|
| - void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
|
|