Chromium Code Reviews| Index: cc/layer_updater.cc |
| diff --git a/cc/layer_updater.cc b/cc/layer_updater.cc |
| index 33daa98ef385cd2ac6c4ed3d9fb995934aa304c5..5d021f7c269df299fa24550825fab27d93fa168d 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()) |
| { |
| } |