| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index e84a00a818a6744171be1668b1eca9f8c0098772..3007f5060e1701850db493e2b7cf5e64d6ef7a9b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/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;
|
|
|