diff options
author | herb <herb@google.com> | 2016-04-08 13:25:28 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-08 13:25:28 -0700 |
commit | 9e0efe57ac29b13d7f7a24ccefc456562acbad6c (patch) | |
tree | 1c287ce1e80817c272c8f92e4662c1807a2a6f99 /tests | |
parent | c265a92741a8deee8adb62bb20c756b46672a11c (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SkColor4fTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |