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

Unified Diff: cc/resource_update.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/resource_update.h ('k') | cc/resource_update_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_update.cc
diff --git a/cc/resource_update.cc b/cc/resource_update.cc
index b50e36c06b7a31356ef7539c154344d89c02858b..6f224a9e86b82cca8fb948737df5d2d23f3fa496 100644
--- a/cc/resource_update.cc
+++ b/cc/resource_update.cc
@@ -10,7 +10,7 @@
namespace cc {
-ResourceUpdate ResourceUpdate::Create(PrioritizedTexture* texture,
+ResourceUpdate ResourceUpdate::Create(PrioritizedResource* texture,
const SkBitmap* bitmap,
gfx::Rect content_rect,
gfx::Rect source_rect,
@@ -25,7 +25,7 @@ ResourceUpdate ResourceUpdate::Create(PrioritizedTexture* texture,
return update;
}
-ResourceUpdate ResourceUpdate::CreateFromPicture(PrioritizedTexture* texture,
+ResourceUpdate ResourceUpdate::CreateFromPicture(PrioritizedResource* texture,
SkPicture* picture,
gfx::Rect content_rect,
gfx::Rect source_rect,
« no previous file with comments | « cc/resource_update.h ('k') | cc/resource_update_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698