Chromium Code Reviews| Index: include/core/SkPicture.h |
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
| index 6c0dda0d3e700938d426832b9539ad88a6ba5d56..dc566a120db70be260a4f462e149e778a3c21052 100644 |
| --- a/include/core/SkPicture.h |
| +++ b/include/core/SkPicture.h |
| @@ -24,8 +24,6 @@ class SkTypefacePlayback; |
| class SkWStream; |
| struct SkPictInfo; |
| -#define SK_SUPPORT_LEGACY_PICTURE_PTR |
| - |
| /** \class SkPicture |
| An SkPicture records drawing commands made to a canvas to be played back at a later time. |