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

Unified Diff: cc/paint/BUILD.gn

Issue 2752593002: cc: Make PaintCanvas abstract (Closed)
Patch Set: Remove default parameters on virtual functions Created 3 years, 9 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
« no previous file with comments | « cc/output/renderer_pixeltest.cc ('k') | cc/paint/paint_canvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/paint/BUILD.gn
diff --git a/cc/paint/BUILD.gn b/cc/paint/BUILD.gn
index 58cdaf410505e7a7b5ccc9bc1497d031c32b5585..7e72126aaf20366db9550bd4393d1f8c7b1abfa4 100644
--- a/cc/paint/BUILD.gn
+++ b/cc/paint/BUILD.gn
@@ -17,6 +17,8 @@ cc_component("paint") {
"paint_shader.h",
"paint_surface.cc",
"paint_surface.h",
+ "skia_paint_canvas.cc",
+ "skia_paint_canvas.h",
]
defines = [ "CC_PAINT_IMPLEMENTATION=1" ]
« no previous file with comments | « cc/output/renderer_pixeltest.cc ('k') | cc/paint/paint_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698