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

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

Issue 2823063002: Consolidate canvas color params into a single class (Closed)
Patch Set: Fix compile Created 3 years, 8 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 97296fd2eded184b7653418a2ed30d0014b333cd..e5c45f2f18c232f2e2764af65635ba3291b90b3f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -773,6 +773,8 @@ component("platform") {
"graphics/Canvas2DImageBufferSurface.h",
"graphics/Canvas2DLayerBridge.cpp",
"graphics/Canvas2DLayerBridge.h",
+ "graphics/CanvasColorParams.cpp",
+ "graphics/CanvasColorParams.h",
"graphics/CanvasMetrics.cpp",
"graphics/CanvasMetrics.h",
"graphics/CanvasSurfaceLayerBridge.cpp",

Powered by Google App Engine
This is Rietveld 408576698