Merge "Remove warning" into nyc-dev

This commit is contained in:
John Reck
2016-04-01 16:09:20 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}