| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 22cf77f035cf64afd26c5206e8a594ed4ba950b8..eee8698c08d6360c3d769f88be243989fd202fb5 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -132,8 +132,6 @@ 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(LocalFrame*, const IntSize&) const OVERRIDE { }
|
|
|