Index: include/core/SkPictureRecorder.h |
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
index a3f7d483325143e9ef51bff4ae85e3c9a9747f74..7951e5d3967c5c4812fdb6475579ce9c261b59ca 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, |