Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h

Issue 2656623002: Add rec-2020 and p3 color spaces to canvas (Closed)
Patch Set: Rebaseline Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..f79b9ebfdc87b02ceb1d6c3b41ee98f77b070ce5 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,
+ kRec2020CanvasColorSpace,
+ kP3CanvasColorSpace,
};
class CORE_EXPORT CanvasRenderingContext

Powered by Google App Engine
This is Rietveld 408576698