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

Unified Diff: ui/compositor/compositor.gyp

Issue 1470123002: Split ClipTransformRecorder into {Clip,Transform}Recorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: ui/compositor/compositor.gyp
diff --git a/ui/compositor/compositor.gyp b/ui/compositor/compositor.gyp
index beb4cd024a4ef77a91a955cc97d04f2bf3fe8778..4ab5b0c1146c7e46ecc9bbf2e5ea319583bb0b2a 100644
--- a/ui/compositor/compositor.gyp
+++ b/ui/compositor/compositor.gyp
@@ -29,8 +29,8 @@
'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',
@@ -83,6 +83,8 @@
'scoped_layer_animation_settings.h',
'transform_animation_curve_adapter.cc',
'transform_animation_curve_adapter.h',
+ 'transform_recorder.cc',
+ 'transform_recorder.h',
],
'conditions': [
['OS == "win" and use_aura == 1', {

Powered by Google App Engine
This is Rietveld 408576698