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

Unified Diff: src/core/SkDevice.cpp

Issue 212933002: Actually identify required saveLayers in SkGpuDevice::EXPERIMENTAL_drawPicture (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Addressed code review issue Created 6 years, 9 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 | « src/core/SkCanvas.cpp ('k') | src/gpu/GrClipData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkDevice.cpp
===================================================================
--- src/core/SkDevice.cpp (revision 13968)
+++ src/core/SkDevice.cpp (working copy)
@@ -175,7 +175,7 @@
// The base class doesn't perform any analysis but derived classes may
}
-bool SkBaseDevice::EXPERIMENTAL_drawPicture(const SkPicture& picture) {
+bool SkBaseDevice::EXPERIMENTAL_drawPicture(SkPicture* picture) {
// The base class doesn't perform any accelerated picture rendering
return false;
}
« no previous file with comments | « src/core/SkCanvas.cpp ('k') | src/gpu/GrClipData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698