Index: src/core/SkPictureRecorder.cpp |
diff --git a/src/core/SkPictureRecorder.cpp b/src/core/SkPictureRecorder.cpp |
index 31302d0cbc00e0c289cf015d2ccf3d4849d4301c..d0de355047df560e6d7e9343e8570b97bc2211ea 100644 |
--- a/src/core/SkPictureRecorder.cpp |
+++ b/src/core/SkPictureRecorder.cpp |
@@ -68,7 +68,6 @@ void SkPictureRecorder::internalOnly_EnableOpts(bool enableOpts) { |
} |
} |
-#ifdef SK_BUILD_FOR_ANDROID |
void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { |
if (NULL == fPicture.get() || NULL == canvas) { |
// Not recording or nothing to replay into |
@@ -82,4 +81,3 @@ void SkPictureRecorder::partialReplay(SkCanvas* canvas) const { |
false)); |
playback->draw(*canvas, NULL); |
} |
-#endif |