diff options
Diffstat (limited to 'cc/texture_layer_impl.cc')
-rw-r--r-- | cc/texture_layer_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/texture_layer_impl.cc b/cc/texture_layer_impl.cc index e8a6874..37b9843 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; |