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

Unified Diff: cc/layer_updater.cc

Issue 11369109: cc: Rename PrioritizedTexture to PrioritizedResource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « cc/layer_updater.h ('k') | cc/prioritized_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
{
}
« no previous file with comments | « cc/layer_updater.h ('k') | cc/prioritized_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698