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