From 9e0efe57ac29b13d7f7a24ccefc456562acbad6c Mon Sep 17 00:00:00 2001 From: herb Date: Fri, 8 Apr 2016 13:25:28 -0700 Subject: Add clone to Stage. Rename place to mix and PolymorphicUnion to Stage. Cleanup. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1877483002 Review URL: https://codereview.chromium.org/1877483002 --- tests/SkColor4fTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SkColor4fTest.cpp') diff --git a/tests/SkColor4fTest.cpp b/tests/SkColor4fTest.cpp index 239004aacb..67e8d37d24 100644 --- a/tests/SkColor4fTest.cpp +++ b/tests/SkColor4fTest.cpp @@ -153,7 +153,7 @@ DEF_TEST(Color4f_shader, reporter) { SkPaint paint; for (const auto& rec : recs) { - uint32_t storage[300]; + uint32_t storage[400]; paint.setShader(rec.fFact()); // Encourage 4f context selection. At some point we may need // to instantiate two separate contexts for optimal 4b/4f selection. -- cgit v1.2.3