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

Unified Diff: src/core/SkMultiPictureDraw.cpp

Issue 698643002: Expose FillBounds to allow GrPictureUtils::CollectLayers to be layered on top of it (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Possible layering fix Created 6 years, 1 month 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: src/core/SkMultiPictureDraw.cpp
diff --git a/src/core/SkMultiPictureDraw.cpp b/src/core/SkMultiPictureDraw.cpp
index 8d2deebb93a9dae667be92ca7823fe3a54d1decc..0d3136513b680ff7fb9f99104acc75f66322ee11 100644
--- a/src/core/SkMultiPictureDraw.cpp
+++ b/src/core/SkMultiPictureDraw.cpp
@@ -71,8 +71,8 @@ void SkMultiPictureDraw::add(SkCanvas* canvas,
array.append()->init(canvas, picture, matrix, paint);
}
-#undef SK_IGNORE_GPU_LAYER_HOISTING
#define SK_IGNORE_GPU_LAYER_HOISTING 1
mtklein 2014/11/03 19:46:02 This change was intentional?
robertphillips 2014/11/06 16:50:32 Done. Gone now - always on inside Skia.
+#undef SK_IGNORE_GPU_LAYER_HOISTING
class AutoMPDReset : SkNoncopyable {
SkMultiPictureDraw* fMPD;

Powered by Google App Engine
This is Rietveld 408576698