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, |