Index: cc/single_thread_proxy.cc |
diff --git a/cc/single_thread_proxy.cc b/cc/single_thread_proxy.cc |
index 91ac9520dd780d09804535fc3962a793fd1a3fce..57667e3441aa228b11a7a465b42bc8f5dbfec348 100644 |
--- a/cc/single_thread_proxy.cc |
+++ b/cc/single_thread_proxy.cc |
@@ -160,13 +160,6 @@ const RendererCapabilities& SingleThreadProxy::rendererCapabilities() const |
return m_RendererCapabilitiesForMainThread; |
} |
-void SingleThreadProxy::loseOutputSurface() |
-{ |
- DCHECK(Proxy::isMainThread()); |
- m_layerTreeHost->didLoseOutputSurface(); |
- m_outputSurfaceLost = true; |
-} |
- |
void SingleThreadProxy::setNeedsAnimate() |
{ |
// Thread-only feature |