mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 4330724d9e05 (bug 940811) for breaking builds
This commit is contained in:
parent
9cc0508903
commit
69cc713277
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user