Index: include/core/SkPictureRecorder.h |
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h |
index 418fb324d22dde32e6267e208fe03539538b9802..14443b23d8fcc3bdbc5d20a4119455cffc3993b0 100644 |
--- a/include/core/SkPictureRecorder.h |
+++ b/include/core/SkPictureRecorder.h |
@@ -29,15 +29,6 @@ public: |
SkPictureRecorder(); |
~SkPictureRecorder(); |
-#ifdef SK_LEGACY_PICTURE_SIZE_API |
- SkCanvas* beginRecording(int width, int height, |
- SkBBHFactory* bbhFactory = NULL, |
- uint32_t recordFlags = 0) { |
- return this->beginRecording(SkIntToScalar(width), SkIntToScalar(height), |
- bbhFactory, recordFlags); |
- } |
-#endif |
- |
enum RecordFlags { |
// This flag indicates that, if some BHH is being computed, saveLayer |
// information should also be extracted at the same time. |