diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPictureRecorder.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h index a3f7d48332..7951e5d396 100644 --- a/include/core/SkPictureRecorder.h +++ b/include/core/SkPictureRecorder.h @@ -49,9 +49,7 @@ public: uint32_t recordFlags = 0); // As usual, we have a deprecated old version and a maybe almost working - // new version. We currently point beginRecording() to - // DEPRECATED_beginRecording() unless SK_PICTURE_USE_SK_RECORD is defined, - // then we use EXPERIMENTAL_beginRecording(). + // new version. We currently point beginRecording() to EXPERIMENTAL_beginRecording(). // Old slower backend. SkCanvas* DEPRECATED_beginRecording(SkScalar width, SkScalar height, |