aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/SerializationTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SerializationTest.cpp')
-rw-r--r--tests/SerializationTest.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/SerializationTest.cpp b/tests/SerializationTest.cpp
index 1212833c0e..fccf21156a 100644
--- a/tests/SerializationTest.cpp
+++ b/tests/SerializationTest.cpp
@@ -628,16 +628,6 @@ DEF_TEST(Serialization, reporter) {
fLights);
sk_sp<SkShader>(TestFlattenableSerialization(as_SB(lightingShader.get()), true, reporter));
}
-
- // Test NormalBevelSource serialization
- {
- sk_sp<SkNormalSource> bevelSource = SkNormalSource::MakeBevel(
- SkNormalSource::BevelType::kLinear, 2.0f, 5.0f);
-
- sk_sp<SkNormalSource>(TestFlattenableSerialization(bevelSource.get(), true, reporter));
- // TODO test equality?
-
- }
}
///////////////////////////////////////////////////////////////////////////////////////////////////