| Index: Source/core/platform/graphics/ImageBuffer.h
|
| diff --git a/Source/core/platform/graphics/ImageBuffer.h b/Source/core/platform/graphics/ImageBuffer.h
|
| index ca44dd37e227a7c20483bfb82c3e9eccac990bae..b370e56ef8891ded078811e14e27bf7a02fa42c4 100644
|
| --- a/Source/core/platform/graphics/ImageBuffer.h
|
| +++ b/Source/core/platform/graphics/ImageBuffer.h
|
| @@ -118,7 +118,9 @@ namespace WebCore {
|
| String toDataURL(const String& mimeType, const double* quality = 0, CoordinateSystem = LogicalCoordinateSystem) const;
|
| AffineTransform baseTransform() const { return AffineTransform(); }
|
| void transformColorSpace(ColorSpace srcColorSpace, ColorSpace dstColorSpace);
|
| - void platformTransformColorSpace(const Vector<int>&);
|
| + void platformTransformColorSpace(const Vector<uint8_t>&);
|
| + static const Vector<uint8_t>& getLinearRgbLUT();
|
| + static const Vector<uint8_t>& getDeviceRgbLUT();
|
| PlatformLayer* platformLayer() const;
|
|
|
| // FIXME: current implementations of this method have the restriction that they only work
|
|
|