| Index: cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| diff --git a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| index adb3b0fc781c125f0c337d4e83bcce34dfbf334e..5c4419183ce6af8f277c45dd2e12c279efb6fc1a 100644
|
| --- a/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| +++ b/cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp
|
| @@ -76,7 +76,7 @@ void BitmapSkPictureCanvasLayerTextureUpdater::paintContentsRect(SkCanvas* canva
|
| canvas->translate(contentRect().x() - sourceRect.x(),
|
| contentRect().y() - sourceRect.y());
|
| double rasterizeBeginTime = monotonicallyIncreasingTime();
|
| - drawPicture(canvas);
|
| + drawPictureInto(canvas);
|
| stats.totalRasterizeTimeInSeconds += monotonicallyIncreasingTime() - rasterizeBeginTime;
|
| }
|
|
|
|
|