Bug 1276923. Disable ssse3 scaler until it's fixed

This commit is contained in:
Jeff Muizelaar 2016-06-01 13:55:20 -04:00
parent 40a865b593
commit c61e0d5461

View File

@ -288,7 +288,7 @@ AttemptVideoScale(TextureSourceBasic* aSource, const SourceSurface* aSourceMask,
const gfx::IntRect& aClipRect,
DrawTarget* aDest, const DrawTarget* aBuffer)
{
if (!mozilla::supports_ssse3())
if (!mozilla::supports_ssse3() && false)
return false;
if (aNewTransform.IsTranslation()) // unscaled painting should take the regular path
return false;