Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: cc/BitmapSkPictureCanvasLayerTextureUpdater.cpp

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Replace SupportsPlatformPaint() with PlatformPaintSupport() which return one of the following enum … Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp » ('j') | skia/ext/platform_canvas.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp » ('j') | skia/ext/platform_canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698