Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| index cb61c23899c6c8d6c2516a75d80e9c477f1ccc3c..925dcad48b2d42bfbb617f50b8fbdf9da41391af 100644 |
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h |
| @@ -52,6 +52,8 @@ enum CanvasColorSpace { |
| kLegacyCanvasColorSpace, |
| kSRGBCanvasColorSpace, |
| kLinearRGBCanvasColorSpace, |
| + kLinearRec2020CanvasColorSpace, |
|
Justin Novosad
2017/01/26 19:12:42
We should remove the "Linear" here. We are going
zakerinasab1
2017/01/26 20:42:34
Done.
|
| + kLinearP3CanvasColorSpace, |
| }; |
| class CORE_EXPORT CanvasRenderingContext |