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

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

Merge "Remove warning" into nyc-dev

am: 2aaf681d

* commit '2aaf681d':
  Remove warning

Change-Id: If3c7d51070c89f9272782d4a27c5cde547881f56
parents bbebbd35 2aaf681d
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);
}