| Index: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| index 3ae8aefb82fe1da6dc5209419527eb74dcfb5e37..a546a1e1f033952b9b282372b2ace688cfeda9dc 100644
|
| --- a/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp
|
| @@ -106,7 +106,7 @@ void FrameBufferSkPictureCanvasLayerTextureUpdater::updateTextureRect(WebGraphic
|
| // Note that destRect is defined relative to sourceRect.
|
| canvas->translate(contentRect().x() - sourceRect.x() + destOffset.width(),
|
| contentRect().y() - sourceRect.y() + destOffset.height());
|
| - drawPicture(canvas.get());
|
| + drawPictureInto(canvas.get());
|
|
|
| // Flush ganesh context so that all the rendered stuff appears on the texture.
|
| grContext->flush();
|
|
|