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

Unified Diff: ui/compositor/compositor.gyp

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: . 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
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index 5cb11daef3d6971bb9a4fa9421502abbc6659474..3212e9633d946ac9f749ea5735b70e4550065040 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -61,6 +61,9 @@
'layer_tree_owner.cc',
'layer_tree_owner.h',
'layer_type.h',
+ 'paint_context.h',
+ 'paint_recorder.h',
+ 'paint_recorder.cc',
'reflector.cc',
'reflector.h',
'scoped_animation_duration_scale_mode.cc',
« no previous file with comments | « ui/compositor/BUILD.gn ('k') | ui/compositor/layer.h » ('j') | ui/compositor/paint_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698