Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 8d62dd1ea4c54004faf0d8173f392eb54d4fadfd..3cc905d43ddedb69da60eca00cd67b66b615fa2c 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -76,7 +76,6 @@ class ThreadProxy : public Proxy, |
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> queue, |
base::Time wall_clock_time) OVERRIDE; |
@@ -176,7 +175,6 @@ class ThreadProxy : public Proxy, |
RendererCapabilities* capabilities); |
void FinishGLOnImplThread(CompletionEvent* completion); |
void LayerTreeHostClosedOnImplThread(CompletionEvent* completion); |
- void ManageTilesOnImplThread(); |
void AcquireLayerTexturesForMainThreadOnImplThread( |
CompletionEvent* completion); |
ScheduledActionDrawAndSwapResult ScheduledActionDrawAndSwapInternal( |