| Index: src/core/SkFlattenable.cpp
|
| diff --git a/src/core/SkFlattenable.cpp b/src/core/SkFlattenable.cpp
|
| index b0c1697d2b1a6adfd75284b75653d259e42cd2b2..f8fdd4f00e8151af6274aa91e0799d59215060cc 100644
|
| --- a/src/core/SkFlattenable.cpp
|
| +++ b/src/core/SkFlattenable.cpp
|
| @@ -13,7 +13,7 @@
|
|
|
| #ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
|
| bool SkFlattenable::NeedsDeepUnflatten(const SkReadBuffer& buffer) {
|
| - return buffer.isVersionLT(SkReadBuffer::kFlattenCreateProc_Version);
|
| + return false; // TODO: looks like all this can go away too now?
|
| }
|
| #endif
|
|
|
|
|