Index: include/core/SkPictureRecorder.h |
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
index 545dc31bb613f9979212e94bfe6d4b00edff1b70..d9372d89d06dab256cda310c94fbd9c9c7eaf8e2 100644 |
--- a/include/core/SkPictureRecorder.h |
+++ b/include/core/SkPictureRecorder.h |
@@ -55,14 +55,12 @@ public: |
void internalOnly_EnableOpts(bool enableOpts); |
private: |
-#ifdef SK_BUILD_FOR_ANDROID |
/** Replay the current (partially recorded) operation stream into |
canvas. This call doesn't close the current recording. |
*/ |
friend class AndroidPicture; |
friend class SkPictureRecorderReplayTester; // for unit testing |
void partialReplay(SkCanvas* canvas) const; |
-#endif |
SkAutoTUnref<SkPicture> fPicture; |
SkPictureRecord* fCanvas; // ref counted |