| Index: cc/test/fake_layer_tree_host_impl_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
|
| index 4085733f8476714e753df339862c5615290cf0c6..1aafd93dbcfb51ee88a87c211332a262ab3c3699 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.h
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.h
|
| @@ -33,8 +33,6 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
|
| void SetVideoNeedsBeginFrames(bool needs_begin_frames) override {}
|
| void PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> events) override {}
|
| - bool ReduceContentsTextureMemoryOnImplThread(size_t limit_bytes,
|
| - int priority_cutoff) override;
|
| bool IsInsideDraw() override;
|
| void RenewTreePriority() override {}
|
| void PostDelayedAnimationTaskOnImplThread(const base::Closure& task,
|
|
|