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

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: rebase Created 5 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
« no previous file with comments | « ui/compositor/clip_transform_recorder.cc ('k') | ui/compositor/paint_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index fa0d768128571ff446c3ee5e92a52914c0d8f9e6..d1bdecc7ea408702a529d45ced4171826a350885 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -25,6 +25,8 @@
'COMPOSITOR_IMPLEMENTATION',
],
'sources': [
+ 'clip_transform_recorder.cc',
+ 'clip_transform_recorder.h',
'closure_animation_observer.cc',
'closure_animation_observer.h',
'compositor.cc',
@@ -62,6 +64,8 @@
'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 | « ui/compositor/clip_transform_recorder.cc ('k') | ui/compositor/paint_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698