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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2884313002: color: Rename blink::ColorSpace to blink::InterpolationSpace (Closed)
Patch Set: Incorporate review feedback Created 3 years, 7 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 23dc5e0139bef2f8e82390ccc306350d5d778007..3f7d6b30abe32de507361f85ad72f96f09836f40 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -834,8 +834,8 @@ component("platform") {
"graphics/Color.h",
"graphics/ColorBehavior.cpp",
"graphics/ColorBehavior.h",
- "graphics/ColorSpace.cpp",
- "graphics/ColorSpace.h",
+ "graphics/ColorSpaceGamut.cpp",
+ "graphics/ColorSpaceGamut.h",
"graphics/ColorSpaceProfileData.cpp",
"graphics/ColorSpaceProfileData.h",
"graphics/CompositingReasons.cpp",
@@ -913,6 +913,8 @@ component("platform") {
"graphics/ImageSource.h",
"graphics/InterceptingCanvas.cpp",
"graphics/InterceptingCanvas.h",
+ "graphics/InterpolationSpace.cpp",
+ "graphics/InterpolationSpace.h",
"graphics/LinkHighlight.h",
"graphics/LoggingCanvas.cpp",
"graphics/LoggingCanvas.h",

Powered by Google App Engine
This is Rietveld 408576698