| Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| index 7f6cd37d8d9e8d7f39b1403c29306b11c152a838..9da331684ec8bf87ab4324100449ee41d0232682 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
| @@ -80,7 +80,6 @@ public:
|
| void beginFrame(double lastFrameTimeMonotonic) override;
|
| void updateAllLifecyclePhases() override;
|
| void paint(WebCanvas*, const WebRect&) override;
|
| - void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
|
|