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

Commit e0460cd8 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Fix build" into nyc-dev am: 9036f998

am: 971203ed

* commit '971203ed':
  Fix build
parents 57fa097a 971203ed
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);