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

Unified Diff: cc/paint/BUILD.gn

Issue 2812763002: paint: Introduce PaintImage that wraps SkImage in paint calls. (Closed)
Patch Set: update 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: cc/paint/BUILD.gn
diff --git a/cc/paint/BUILD.gn b/cc/paint/BUILD.gn
index c442f0458290000bf8183ab8435bd68ea40667b2..3af5dee140ea11cb90623526df3e09b7f385beae 100644
--- a/cc/paint/BUILD.gn
+++ b/cc/paint/BUILD.gn
@@ -33,6 +33,8 @@ cc_component("paint") {
"paint_canvas.h",
"paint_export.h",
"paint_flags.h",
+ "paint_image.cc",
+ "paint_image.h",
"paint_record.h",
"paint_recorder.cc",
"paint_recorder.h",

Powered by Google App Engine
This is Rietveld 408576698