Bug 1155828. Follow up bug to correct indentation. r=mstange

This commit is contained in:
Mason Chang 2015-06-26 16:33:24 -07:00
parent d1189c0c73
commit 97b48890a0

View File

@ -501,7 +501,7 @@ RepeatOrStretchSurface(DrawTarget& aDT, SourceSurface* aSurface,
}
if ((!aDT.GetTransform().IsRectilinear() &&
aDT.GetBackendType() != BackendType::CAIRO) ||
aDT.GetBackendType() != BackendType::CAIRO) ||
(aDT.GetBackendType() == BackendType::DIRECT2D)) {
// Use stretching if possible, since it leads to less seams when the
// destination is transformed. However, don't do this if we're using cairo,