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

Unified Diff: cc/resource_update.h

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/prioritized_texture_unittest.cc ('k') | cc/resource_update.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_update.h
diff --git a/cc/resource_update.h b/cc/resource_update.h
index 94b7739eebe6ee1d9571671c4ab9d455c96dbcd2..2f8a6f0abfb43e6981a65f3515a71737f6494ea8 100644
--- a/cc/resource_update.h
+++ b/cc/resource_update.h
@@ -14,15 +14,15 @@ class SkPicture;
namespace cc {
-class PrioritizedTexture;
+class PrioritizedResource;
struct CC_EXPORT ResourceUpdate {
- static ResourceUpdate Create(PrioritizedTexture*,
+ static ResourceUpdate Create(PrioritizedResource*,
const SkBitmap*,
gfx::Rect content_rect,
gfx::Rect source_rect,
gfx::Vector2d dest_offset);
- static ResourceUpdate CreateFromPicture(PrioritizedTexture*,
+ static ResourceUpdate CreateFromPicture(PrioritizedResource*,
SkPicture*,
gfx::Rect content_rect,
gfx::Rect source_rect,
@@ -31,7 +31,7 @@ struct CC_EXPORT ResourceUpdate {
ResourceUpdate();
virtual ~ResourceUpdate();
- PrioritizedTexture* texture;
+ PrioritizedResource* texture;
const SkBitmap* bitmap;
SkPicture* picture;
gfx::Rect content_rect;
« no previous file with comments | « cc/prioritized_texture_unittest.cc ('k') | cc/resource_update.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698