| Index: Source/core/platform/graphics/GeneratedImage.h
|
| diff --git a/Source/core/platform/graphics/GeneratedImage.h b/Source/core/platform/graphics/GeneratedImage.h
|
| index be4974a3db0e96cd3c8866b0112382b68682161d..2a5b86146f1764a55154a2dbc81144151e2d2b62 100644
|
| --- a/Source/core/platform/graphics/GeneratedImage.h
|
| +++ b/Source/core/platform/graphics/GeneratedImage.h
|
| @@ -53,7 +53,7 @@ public:
|
|
|
| protected:
|
| virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
|
| - const FloatPoint& phase, ColorSpace styleColorSpace, CompositeOperator, const FloatRect& destRect, BlendMode) OVERRIDE = 0;
|
| + const FloatPoint& phase, CompositeOperator, const FloatRect& destRect, BlendMode) OVERRIDE = 0;
|
|
|
| // FIXME: Implement this to be less conservative.
|
| virtual bool currentFrameKnownToBeOpaque() OVERRIDE { return false; }
|
|
|