| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c93df05bd045766dc4451a8e5d6b9c4d589a452a..6bed8b9669937015af72b398924f1ef8d0a064c8 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -96,6 +96,7 @@ public:
|
| virtual void didExitFullScreen() OVERRIDE;
|
|
|
| virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE;
|
| + virtual void didCommitFrameToCompositor() OVERRIDE;
|
|
|
| virtual void layout() OVERRIDE;
|
| virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
|
|
|