| Index: Source/web/ChromeClientImpl.cpp
|
| diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
|
| index 1b07f7c28eb2ffeb042873dc411f559fb1b49c0b..69ae3e9501bfc93684f6b6815cf13dbd3fe8488a 100644
|
| --- a/Source/web/ChromeClientImpl.cpp
|
| +++ b/Source/web/ChromeClientImpl.cpp
|
| @@ -494,11 +494,6 @@ 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)
|
|
|