From 58a3fcd4b3a2f7210586f4ec74dde8ac2b231e0f Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Mon, 11 Dec 2017 13:23:33 -0500 Subject: add virtual to confirm flattenable type meant to replace https://skia-review.googlesource.com/c/skia/+/83381 Bug:793639 Change-Id: I972dc80725bf5ce5be24769aafa23269735e089c Reviewed-on: https://skia-review.googlesource.com/83444 Reviewed-by: Florin Malita Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- tests/FlattenableCustomFactory.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/FlattenableCustomFactory.cpp') diff --git a/tests/FlattenableCustomFactory.cpp b/tests/FlattenableCustomFactory.cpp index e83311b398..3523ae73d1 100644 --- a/tests/FlattenableCustomFactory.cpp +++ b/tests/FlattenableCustomFactory.cpp @@ -27,6 +27,7 @@ public: } Factory getFactory() const override { return nullptr; } + Type getFlattenableType() const override { return SkFlattenable::kSkUnused_Type; } uint32_t a() const { return fA; } uint32_t b() const { return fB; } -- cgit v1.2.3