| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 0b926bb9aad588c3b3fdf061d2061ba6069bd9aa..5535e111b0e5fd68b51b26cc0d71b944b2cd3cce 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -110,6 +110,8 @@ public:
|
|
|
| virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) { }
|
|
|
| + virtual void didCommitCompositorFrame() { }
|
| +
|
| // Run layout and paint of all pending document changes asynchronously.
|
| // The caller is resposible for keeping the WebLayoutAndPaintAsyncCallback
|
| // object alive until it is called.
|
|
|