| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 6a963e80e4e05d611b86a72390a6fb27f87849ba..0c3946bc068202dd9b7c82cabbdd6c2adc5fae68 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -61,7 +61,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void SetNeedsRedrawRectOnImplThread(gfx::Rect dirty_rect) OVERRIDE;
|
| virtual void DidInitializeVisibleTileOnImplThread() OVERRIDE;
|
| virtual void SetNeedsCommitOnImplThread() OVERRIDE;
|
| - virtual void SetNeedsManageTilesOnImplThread() OVERRIDE;
|
| virtual void PostAnimationEventsToMainThreadOnImplThread(
|
| scoped_ptr<AnimationEventsVector> events,
|
| base::Time wall_clock_time) OVERRIDE;
|
|
|