| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 4c397a8d5f9fccfbe9c7709d3904063fe7c86da9..92763e1ccdde27415c9ac35b4305e6b8de576d23 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -116,6 +116,7 @@ public:
|
| virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE;
|
| virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE;
|
| virtual void scheduleAnimation() OVERRIDE;
|
| + virtual bool isCompositorFramePending() const OVERRIDE;
|
| virtual void scroll(
|
| const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll,
|
| const WebCore::IntRect& clipRect) OVERRIDE;
|
|
|