Index: src/core/SkPicture.cpp |
=================================================================== |
--- src/core/SkPicture.cpp (revision 13655) |
+++ src/core/SkPicture.cpp (working copy) |
@@ -143,6 +143,12 @@ |
SkDELETE(fPlayback); |
} |
+void SkPicture::internalOnly_EnableOpts(bool enableOpts) { |
+ if (NULL != fRecord) { |
+ fRecord->internalOnly_EnableOpts(enableOpts); |
+ } |
+} |
+ |
void SkPicture::swap(SkPicture& other) { |
SkTSwap(fRecord, other.fRecord); |
SkTSwap(fPlayback, other.fPlayback); |