| Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| index d5eeab188b4bf78c01e4744c4c0c297c38169eec..d268c90205ffc3b6817e77246e57be84bdb174a1 100644
|
| --- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| +++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| @@ -20,8 +20,7 @@ public:
|
| public:
|
| Texture(BitmapSkPictureCanvasLayerTextureUpdater*, PassOwnPtr<CCPrioritizedTexture>);
|
|
|
| - virtual void prepareRect(const IntRect& sourceRect, CCRenderingStats&) OVERRIDE;
|
| - virtual void updateRect(CCResourceProvider*, const IntRect& sourceRect, const IntSize& destOffset) OVERRIDE;
|
| + virtual void update(CCTextureUpdateQueue&, const IntRect& sourceRect, const IntSize& destOffset, bool partialUpdate, CCRenderingStats&) OVERRIDE;
|
|
|
| private:
|
| BitmapSkPictureCanvasLayerTextureUpdater* textureUpdater() { return m_textureUpdater; }
|
|
|