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

Commit 562cfef1 authored by John Reck's avatar John Reck
Browse files

Remove warning

Fixes: 25760687

The recommendation floating around is to ignore this even
though it's unquestionably an app bug so just remove it.

Change-Id: I7075de5d2864874d786a0aab0c945be96de172e3
parent 7492e75b
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -251,13 +251,6 @@ SkPixelRef* Bitmap::refPixelRefLocked() {

void Bitmap::reconfigure(const SkImageInfo& info, size_t rowBytes,
        SkColorTable* ctable) {
    {
        android::AutoMutex _lock(mLock);
        if (mPinnedRefCount) {
            ALOGW("Called reconfigure on a bitmap that is in use! This may"
                    " cause graphical corruption!");
        }
    }
    mPixelRef->reconfigure(info, rowBytes, ctable);
}