| Index: cc/texture_layer.cc
|
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
|
| index 32a9fad5649668365b62165ae9f35b92169160fd..8eb4ae43f190e9b51a4da8ababf33bd6f74ba981 100644
|
| --- a/cc/texture_layer.cc
|
| +++ b/cc/texture_layer.cc
|
| @@ -162,7 +162,7 @@ bool TextureLayer::drawsContent() const
|
| return (m_client || m_textureId || !m_textureMailbox.IsEmpty()) && !m_contextLost && Layer::drawsContent();
|
| }
|
|
|
| -void TextureLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker*, RenderingStats&)
|
| +void TextureLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker*, RenderingStats*)
|
| {
|
| if (m_client) {
|
| m_textureId = m_client->prepareTexture(queue);
|
|
|