| Index: sky/engine/web/WebViewImpl.cpp
|
| diff --git a/sky/engine/web/WebViewImpl.cpp b/sky/engine/web/WebViewImpl.cpp
|
| index 68392427ce8f41b5ff1a4b53fa7530810d987ec1..4d1f95f7b2c04bc2d595290a389aacd7ba7ef71d 100644
|
| --- a/sky/engine/web/WebViewImpl.cpp
|
| +++ b/sky/engine/web/WebViewImpl.cpp
|
| @@ -855,9 +855,9 @@ HitTestResult WebViewImpl::hitTestResultForWindowPos(const IntPoint& pos)
|
| return result;
|
| }
|
|
|
| -void WebViewImpl::scheduleAnimation()
|
| +void WebViewImpl::scheduleVisualUpdate()
|
| {
|
| - m_client->scheduleAnimation();
|
| + m_client->scheduleVisualUpdate();
|
| }
|
|
|
| void WebViewImpl::setVisibilityState(WebPageVisibilityState visibilityState,
|
|
|