| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 8cb5f6654fe864bd78cdf0990cbee78187d5d168..46762a8152084e30febcae43877e4b70ab93b9ab 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -103,8 +103,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| 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,
|
|
|