aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkFlattenableSerialization.h
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2016-04-05 12:00:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-05 12:00:49 -0700
commitbe243d4737bb5601984e1d1c4e72e2a6c0788edf (patch)
treebaabe5f265e3259f70a0529a717da0b958ace56c /include/core/SkFlattenableSerialization.h
parent5605b56afa5bd89f3148b397318b616fccfd4004 (diff)
Revert of Delete SkFlattenable::Type (part 1) (patchset #1 id:1 of https://codereview.chromium.org/1861013002/ )
Reason for revert: See sugoi's comment. Original issue's description: > Delete SkFlattenable::Type (part 1) > > This should allow me to delete uses of SkFlattenable::Type in Chrome. > Then I'll follow up with the full delete. > https://codereview.chromium.org/1834303003/ > > TBR=reed@google.com > > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1861013002 > > Committed: https://skia.googlesource.com/skia/+/6b63536e917d86028630199c4eef4aa1597292ce TBR=reed@google.com,mtklein@google.com,sugoi@chromium.org,senorblanco@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1860693005
Diffstat (limited to 'include/core/SkFlattenableSerialization.h')
-rw-r--r--include/core/SkFlattenableSerialization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkFlattenableSerialization.h b/include/core/SkFlattenableSerialization.h
index c5ff06ac88..ffb1b5ae97 100644
--- a/include/core/SkFlattenableSerialization.h
+++ b/include/core/SkFlattenableSerialization.h
@@ -14,6 +14,6 @@ class SkData;
SK_API SkData* SkValidatingSerializeFlattenable(SkFlattenable*);
SK_API SkFlattenable* SkValidatingDeserializeFlattenable(const void* data, size_t size,
- SkFlattenable::Type type = SkFlattenable::kSkUnused_Type);
+ SkFlattenable::Type type);
#endif