aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkPictureRecorder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index a58e827562..cf17e1aec2 100644
--- a/include/core/SkPictureRecorder.h
+++ b/include/core/SkPictureRecorder.h
@@ -72,7 +72,6 @@ private:
canvas. This call doesn't close the current recording.
*/
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
- friend class AndroidPicture; // This is temporary until we remove this from the framework
friend class android::Picture;
#endif
friend class SkPictureRecorderReplayTester; // for unit testing