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

Commit 9036f998 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix build" into nyc-dev

parents 166639ae d61fd4ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -166,8 +166,8 @@ Texture* GradientCache::addLinearGradient(GradientCacheEntry& gradient,

    mSize += size;
    LOG_ALWAYS_FATAL_IF((int)size != texture->objectSize(),
            "size != texture->objectSize(), size %" PRIu32 ", objectSize %" PRIu32
            " width = %" PRIu32 " bytesPerPixel() = %" PRIu32,
            "size != texture->objectSize(), size %" PRIu32 ", objectSize %d"
            " width = %" PRIu32 " bytesPerPixel() = %zu",
            size, texture->objectSize(), info.width, bytesPerPixel());
    mCache.put(gradient, texture);