| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index fecef11d02a8f4533afcdd645608175e17212091..eb35ef636641abad12ab9a067b5a7e9ae9bdfba6 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -219,10 +219,7 @@
|
|
|
| static_assert(MIN_PICTURE_VERSION <= 43,
|
| "Remove SkBitmapSourceDeserializer.");
|
| -
|
| - static_assert(MIN_PICTURE_VERSION <= 45,
|
| - "Remove decoding of old SkTypeface::Style from SkFontDescriptor.cpp.");
|
| -
|
| +
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
| static sk_sp<SkPicture> Forwardport(const SkPictInfo&,
|
| const SkPictureData*,
|
|
|