| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index 86013f9a653dbc94bf67a9f635de7de7cb073df9..82db141420b78a24e5a1d70bc27fd78b856fc60a 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -479,6 +479,11 @@ void ChromeClientImpl::scheduleAnimation()
|
| m_webView->scheduleAnimation();
|
| }
|
|
|
| +bool ChromeClientImpl::isCompositorFramePending() const
|
| +{
|
| + return m_webView->client()->isCompositorFramePending();
|
| +}
|
| +
|
| void ChromeClientImpl::scroll(
|
| const IntSize& scrollDelta, const IntRect& scrollRect,
|
| const IntRect& clipRect)
|
|
|