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

Unified Diff: ui/compositor/BUILD.gn

Issue 1054783003: views: Access the Canvas through recorders not through PaintContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/compositor/BUILD.gn
diff --git a/ui/compositor/BUILD.gn b/ui/compositor/BUILD.gn
index 9360ff78f7cf0699e61a74d0d82bd0e60f65f2d4..7b9825a1b77517bc173a5add573025322ba90d0e 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -11,6 +11,8 @@ component("compositor") {
"clip_transform_recorder.h",
"closure_animation_observer.cc",
"closure_animation_observer.h",
+ "compositing_recorder.cc",
+ "compositing_recorder.h",
"compositor.cc",
"compositor.h",
"compositor_animation_observer.h",

Powered by Google App Engine
This is Rietveld 408576698