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

Unified Diff: cc/FrameBufferSkPictureCanvasLayerTextureUpdater.cpp

Issue 10915065: Add PlatformPictureSkia and RecordingPlatformDeviceSkia. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And one more.. 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
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();

Powered by Google App Engine
This is Rietveld 408576698