diff options
Diffstat (limited to 'cc/layer_updater.cc')
-rw-r--r-- | cc/layer_updater.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_updater.cc b/cc/layer_updater.cc index 33daa98..5d021f7 100644 --- a/cc/layer_updater.cc +++ b/cc/layer_updater.cc @@ -8,7 +8,7 @@ namespace cc { -LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedTexture> texture) +LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture) : m_texture(texture.Pass()) { } |