Index: cc/prioritized_texture.h |
diff --git a/cc/prioritized_texture.h b/cc/prioritized_texture.h |
index fed3470a289fa4fa720d0b52898dc007f3497086..4a1713de1312317d67d94675bdf29f125e5512a9 100644 |
--- a/cc/prioritized_texture.h |
+++ b/cc/prioritized_texture.h |
@@ -71,8 +71,8 @@ public: |
// regress OOMs situations. |
bool requestLate(); |
- // Uploads pixels into the backing resource. This functions will aquire the backing if needed. |
- void upload(ResourceProvider*, const uint8_t* image, const gfx::Rect& imageRect, const gfx::Rect& sourceRect, const gfx::Vector2d& destOffset); |
+ // Update pixels of backing resource from image. This functions will aquire the backing if needed. |
+ void setPixels(ResourceProvider*, const uint8_t* image, const gfx::Rect& imageRect, const gfx::Rect& sourceRect, const gfx::Vector2d& destOffset); |
ResourceProvider::ResourceId resourceId() const; |