| 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" ]
|
|
|