Index: cc/texture_layer_impl.cc |
diff --git a/cc/texture_layer_impl.cc b/cc/texture_layer_impl.cc |
index e8a68741855891ef8d8e1317942c96484d7994bc..37b984343dfe3fc35638623be943e76d417f124c 100644 |
--- a/cc/texture_layer_impl.cc |
+++ b/cc/texture_layer_impl.cc |
@@ -67,7 +67,7 @@ void TextureLayerImpl::dumpLayerProperties(std::string* str, int indent) const |
LayerImpl::dumpLayerProperties(str, indent); |
} |
-void TextureLayerImpl::didLoseContext() |
+void TextureLayerImpl::didLoseOutputSurface() |
{ |
m_textureId = 0; |
m_externalTextureResource = 0; |