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
Родитель b4099e810a
Коммит 84479296fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,