| Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| index d5eeab188b4bf78c01e4744c4c0c297c38169eec..140f9beab6c707b4ee99d70263c3c54c95e90749 100644
|
| --- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| +++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.h
|
| @@ -18,7 +18,7 @@ class BitmapSkPictureCanvasLayerTextureUpdater : public SkPictureCanvasLayerText
|
| public:
|
| class Texture : public CanvasLayerTextureUpdater::Texture {
|
| public:
|
| - Texture(BitmapSkPictureCanvasLayerTextureUpdater*, PassOwnPtr<CCPrioritizedTexture>);
|
| + Texture(BitmapSkPictureCanvasLayerTextureUpdater*, scoped_ptr<CCPrioritizedTexture>);
|
|
|
| virtual void prepareRect(const IntRect& sourceRect, CCRenderingStats&) OVERRIDE;
|
| virtual void updateRect(CCResourceProvider*, const IntRect& sourceRect, const IntSize& destOffset) OVERRIDE;
|
|
|