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

Unified Diff: ui/compositor/BUILD.gn

Issue 1161933007: ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: canvaspainter: . Created 5 years, 6 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 | « no previous file | ui/compositor/canvas_painter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index a0944fe78494cb3477a2b294042484ec4eab1ea0..283d1ab8a6c2b4f111f19ffde643d410a3a5d422 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -7,6 +7,8 @@ import("//testing/test.gni")
component("compositor") {
sources = [
+ "canvas_painter.cc",
+ "canvas_painter.h",
"clip_transform_recorder.cc",
"clip_transform_recorder.h",
"closure_animation_observer.cc",
« no previous file with comments | « no previous file | ui/compositor/canvas_painter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698