Bug 1306625 - fix wonky identation in imgFrame.cpp; r=tnikkel

DONTBUILD because whitespace-only fixes are always safe...right?
This commit is contained in:
Nathan Froyd 2016-09-30 23:11:59 -04:00
parent 7251da3333
commit 19607c3802

View File

@ -501,7 +501,7 @@ imgFrame::SurfaceForDrawing(bool aDoPartialDecode,
if (!aDoPartialDecode) {
return SurfaceWithFormat(new gfxSurfaceDrawable(aSurface, mImageSize),
mFormat);
mFormat);
}
gfxRect available = gfxRect(mDecoded.x, mDecoded.y, mDecoded.width,