Chromium Code Reviews| Index: cc/layer_texture_updater.cc |
| diff --git a/cc/layer_texture_updater.cc b/cc/layer_texture_updater.cc |
| index c97a986b5dad8a8c1002b738cda49a1e2dcbbca9..38a13076bbdb8dc05d2c4734ba82b30eedf1d5ff 100644 |
| --- a/cc/layer_texture_updater.cc |
| +++ b/cc/layer_texture_updater.cc |
| @@ -8,7 +8,7 @@ |
| namespace cc { |
| -LayerTextureUpdater::Texture::Texture(scoped_ptr<CCPrioritizedTexture> texture) |
| +LayerTextureUpdater::Texture::Texture(scoped_ptr<PrioritizedTexture> texture) |
| : m_texture(texture.Pass()) |
| { |
| } |