| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 1b130a7368a06b6ecaefac789f3004d5baecac32..97e7dd0e1bdbe5eb0505eb92acb107df763e8a48 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -118,7 +118,6 @@ public:
|
| #if OS(ANDROID)
|
| void paintIgnoringCompositing(WebCanvas*, const WebRect&) override;
|
| #endif
|
| - void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
|
|