| Index: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| index 3ae8aefb82fe1da6dc5209419527eb74dcfb5e37..adfcd07e46148404945533266e70c354a3996bc6 100644
|
| --- a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| @@ -36,8 +36,8 @@ static PassOwnPtr<SkCanvas> createAcceleratedCanvas(GrContext* grContext,
|
| return adoptPtr(new SkCanvas(device.get()));
|
| }
|
|
|
| -FrameBufferSkPictureCanvasLayerTextureUpdater::Texture::Texture(FrameBufferSkPictureCanvasLayerTextureUpdater* textureUpdater, PassOwnPtr<CCPrioritizedTexture> texture)
|
| - : LayerTextureUpdater::Texture(texture)
|
| +FrameBufferSkPictureCanvasLayerTextureUpdater::Texture::Texture(FrameBufferSkPictureCanvasLayerTextureUpdater* textureUpdater, scoped_ptr<CCPrioritizedTexture> texture)
|
| + : LayerTextureUpdater::Texture(texture.Pass())
|
| , m_textureUpdater(textureUpdater)
|
| {
|
| }
|
|
|