| Index: Source/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
|
| index d8ca3d0707ec78eb80cc5f356b23586c54c3343f..a6415ac20a3c800deb4741a6524e223447f21a5f 100644
|
| --- a/Source/platform/graphics/ImageBuffer.h
|
| +++ b/Source/platform/graphics/ImageBuffer.h
|
| @@ -32,7 +32,6 @@
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/graphics/Canvas2DLayerBridge.h"
|
| -#include "platform/graphics/ColorSpace.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/GraphicsTypes3D.h"
|
| #include "platform/graphics/ImageBufferSurface.h"
|
| @@ -154,7 +153,6 @@ private:
|
| ImageBuffer(PassOwnPtr<ImageBufferSurface>);
|
|
|
| void draw(GraphicsContext*, const FloatRect&, const FloatRect*, SkXfermode::Mode);
|
| - static PassRefPtr<SkColorFilter> createColorSpaceFilter(ColorSpace srcColorSpace, ColorSpace dstColorSpace);
|
|
|
| friend class GraphicsContext;
|
| friend class SkiaImageFilterBuilder;
|
|
|