Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62cd9e4a authored by Chris Craik's avatar Chris Craik
Browse files

Fix build

Change-Id: I1ad30ae50cbdff9267d0121a446e6adbe3ad17ee
parent 6913d30f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ using namespace android::uirenderer;
RENDERTHREAD_TEST(GradientCache, addRemove) {
    Extensions extensions;
    GradientCache cache(extensions);
    cache.setMaxSize(5000);
    ASSERT_LT(1000u, cache.getMaxSize()) << "Expect non-trivial size";

    SkColor colors[] = { 0xFF00FF00, 0xFFFF0000, 0xFF0000FF };
    float positions[] = { 1, 2, 3 };