Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index 7f87177b1f44ab6fa581f9d805cefa1d36eb6014..1c52dd54462bbd8ea123b768f5d97a9f3f71c137 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -133,6 +133,8 @@ public: |
virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { } |
virtual void scheduleAnimation() OVERRIDE { } |
+ virtual bool isCompositorFramePending() const OVERRIDE { return false; } |
+ |
virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; } |
virtual blink::WebScreenInfo screenInfo() const OVERRIDE { return blink::WebScreenInfo(); } |
virtual void contentsSizeChanged(Frame*, const IntSize&) const OVERRIDE { } |