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

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

Merge "Remove warning" into nyc-dev am: 2aaf681d

am: 68310f0d

* commit '68310f0d':
  Remove warning

Change-Id: I6d7a999d6ae3187d6fd8b940efc4025734071343
parents c6a1e93d 68310f0d
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);
}