| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 79bff424c394b5d4e19488b42197f28ec51d067b..85caff24b4d49c038ea8a1fb81ea9022dbd7da73 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -98,7 +98,9 @@ public:
|
| virtual void didEnterFullScreen() OVERRIDE;
|
| virtual void willExitFullScreen() OVERRIDE;
|
| virtual void didExitFullScreen() OVERRIDE;
|
| - virtual void animate(double) OVERRIDE;
|
| +
|
| + virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE;
|
| +
|
| virtual void layout() OVERRIDE;
|
| virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
|
| #if OS(ANDROID)
|
|
|