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

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

Merge "Fix build" into nyc-dev

am: 9036f998

* commit '9036f998':
  Fix build
parents d842e690 9036f998
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);