| Index: sky/engine/web/ChromeClientImpl.cpp
|
| diff --git a/sky/engine/web/ChromeClientImpl.cpp b/sky/engine/web/ChromeClientImpl.cpp
|
| index 5cf3877e6788b33d6f366012fcaee42919d35e81..adc08868f5f2f76cee95eb37668489b7b71ddd71 100644
|
| --- a/sky/engine/web/ChromeClientImpl.cpp
|
| +++ b/sky/engine/web/ChromeClientImpl.cpp
|
| @@ -209,9 +209,9 @@ void ChromeClientImpl::addMessageToConsole(LocalFrame* localFrame, MessageSource
|
| }
|
| }
|
|
|
| -void ChromeClientImpl::scheduleAnimation()
|
| +void ChromeClientImpl::scheduleVisualUpdate()
|
| {
|
| - m_webView->scheduleAnimation();
|
| + m_webView->scheduleVisualUpdate();
|
| }
|
|
|
| IntRect ChromeClientImpl::rootViewToScreen(const IntRect& rect) const
|
|
|