Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 8bdd7b6286b3be062eaf2d7fbdc25e7595667ecd..60e5416c51b8863c5c0a785242712356461bbe88 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -146,10 +146,6 @@ class ThreadProxy : public Proxy, |
void DidCompleteSwapBuffers(); |
void SetAnimationEvents(scoped_ptr<AnimationEventsVector> queue); |
void DoCreateAndInitializeOutputSurface(); |
- // |capabilities| is set only when |success| is true. |
- void OnOutputSurfaceInitializeAttempted( |
- bool success, |
- const RendererCapabilities& capabilities); |
void SendCommitRequestToImplThreadIfNeeded(); |
// Called on impl thread. |