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; |