Backed out changeset 4330724d9e05 (bug 940811) for breaking builds

This commit is contained in:
Wes Kocher 2013-12-19 19:46:54 -08:00
Родитель 3053bbf32b
Коммит 5893105125
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -12,7 +12,6 @@
#include "mozilla/dom/CanvasRenderingContext2D.h"
#include "mozilla/gfx/2D.h"
#include "nsWrapperCache.h"
#include "gfxGradientCache.h"
namespace mozilla {
namespace dom {
@ -42,10 +41,7 @@ public:
return mStops;
}
mStops =
gfx::gfxGradientCache::GetOrCreateGradientStops(aRT,
mRawStops,
gfx;:EXTEND_CLAMP);
mStops = aRT->CreateGradientStops(mRawStops.Elements(), mRawStops.Length());
return mStops;
}