| Index: cc/texture_layer.cc
|
| diff --git a/cc/texture_layer.cc b/cc/texture_layer.cc
|
| index c0115f727e82a533c23ee0c630a11ccaf25f2baa..926d564dd2e64e4d8e9ecb1d2a33caba73e10adb 100644
|
| --- a/cc/texture_layer.cc
|
| +++ b/cc/texture_layer.cc
|
| @@ -107,7 +107,7 @@ bool TextureLayer::drawsContent() const
|
| return (m_client || m_textureId) && !m_contextLost && Layer::drawsContent();
|
| }
|
|
|
| -void TextureLayer::update(TextureUpdateQueue& queue, const OcclusionTracker*, RenderingStats&)
|
| +void TextureLayer::update(ResourceUpdateQueue& queue, const OcclusionTracker*, RenderingStats&)
|
| {
|
| if (m_client) {
|
| m_textureId = m_client->prepareTexture(queue);
|
|
|