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

Unified Diff: ui/compositor/BUILD.gn

Issue 1053143002: Make View::Paint use ui::PaintRecorder to access PaintContext's canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: paintrecorder: explicit Created 5 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 | « no previous file | ui/compositor/compositor.gyp » ('j') | ui/compositor/compositor.gyp » ('J')
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 f9a7785ad6ec0b785974d397e7616520f563d73a..9587b8203330d0d4ac1997fc5e2e12c0af854238 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -44,6 +44,8 @@ component("compositor") {
"layer_tree_owner.h",
"layer_type.h",
"paint_context.h",
+ "paint_recorder.cc",
+ "paint_recorder.h",
"reflector.cc",
"reflector.h",
"scoped_animation_duration_scale_mode.cc",
« no previous file with comments | « no previous file | ui/compositor/compositor.gyp » ('j') | ui/compositor/compositor.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698