| Index: cc/CCPrioritizedTexture.h
|
| diff --git a/cc/CCPrioritizedTexture.h b/cc/CCPrioritizedTexture.h
|
| index 519934f15c523e344186b815d351cbf0d62a6d90..3d2076b668fbc724e0165a126a78c355e2dd32be 100644
|
| --- a/cc/CCPrioritizedTexture.h
|
| +++ b/cc/CCPrioritizedTexture.h
|
| @@ -70,6 +70,9 @@ public:
|
| // Uploads pixels into the backing resource. This functions will aquire the backing if needed.
|
| void upload(CCResourceProvider*, const uint8_t* image, const IntRect& imageRect, const IntRect& sourceRect, const IntSize& destOffset);
|
|
|
| + // Playback picture into the backing resource. This functions will aquire the backing if needed.
|
| + void acceleratedUpdate(CCResourceProvider*, SkPicture*, const IntRect& pictureRect, const IntRect& sourceRect, const IntSize& destOffset);
|
| +
|
| CCResourceProvider::ResourceId resourceId() const;
|
|
|
| // Self-managed textures are accounted for when prioritizing other textures,
|
|
|