| 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 0cf600a470ff9c90d6e4cf253373189a3832240e..111000bc852eb4288ccd4c64bc9169d28f8a6ae8 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -117,6 +117,7 @@ public:
|
| void paintCompositedDeprecated(WebCanvas*, const WebRect&) override;
|
| #endif
|
| void layoutAndPaintAsync(WebLayoutAndPaintAsyncCallback*) override;
|
| + void didCommitCompositorFrame() override;
|
| void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| bool handleInputEvent(const WebInputEvent&) override;
|
|
|