Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2624)

Unified Diff: cc/layer_texture_updater.cc

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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())
{
}
« cc/active_animation.h ('K') | « cc/layer_texture_updater.h ('k') | cc/layer_tiling_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698