| Index: cc/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/layer_tree_host_impl_unittest.cc b/cc/layer_tree_host_impl_unittest.cc
|
| index 168526fce01392f42cc3fbf9aab73d0828a9e692..c919ff5e01ffcd5c98b2ed6b3404cfb8b067019f 100644
|
| --- a/cc/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/layer_tree_host_impl_unittest.cc
|
| @@ -3727,8 +3727,6 @@ public:
|
| // RendererClient implementation.
|
| virtual const gfx::Size& deviceViewportSize() const OVERRIDE { return m_viewportSize; }
|
| virtual const LayerTreeSettings& settings() const OVERRIDE { return m_settings; }
|
| - virtual void didLoseOutputSurface() OVERRIDE { }
|
| - virtual void onSwapBuffersComplete() OVERRIDE { }
|
| virtual void setFullRootLayerDamage() OVERRIDE { }
|
| virtual void setManagedMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE { }
|
| virtual void enforceManagedMemoryPolicy(const ManagedMemoryPolicy& policy) OVERRIDE { }
|
|
|