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

Unified Diff: ui/compositor/BUILD.gn

Issue 1470123002: Split ClipTransformRecorder into {Clip,Transform}Recorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize transformed to false. Created 5 years, 1 month 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 | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | ui/compositor/clip_recorder.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 6c121919c8babf7d5d00c96ab138343292a2b2fa..1809bc7970c69caad47a25c5b69143a1714d066f 100644
--- a/ui/compositor/BUILD.gn
+++ b/ui/compositor/BUILD.gn
@@ -11,8 +11,8 @@ component("compositor") {
"callback_layer_animation_observer.h",
"canvas_painter.cc",
"canvas_painter.h",
- "clip_transform_recorder.cc",
- "clip_transform_recorder.h",
+ "clip_recorder.cc",
+ "clip_recorder.h",
"closure_animation_observer.cc",
"closure_animation_observer.h",
"compositing_recorder.cc",
@@ -65,6 +65,8 @@ component("compositor") {
"scoped_layer_animation_settings.h",
"transform_animation_curve_adapter.cc",
"transform_animation_curve_adapter.h",
+ "transform_recorder.cc",
+ "transform_recorder.h",
]
defines = [ "COMPOSITOR_IMPLEMENTATION" ]
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | ui/compositor/clip_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698