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

Side by Side Diff: cc/test/animation_test_common.h

Issue 1700653002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CC_TEST_ANIMATION_TEST_COMMON_H_ 5 #ifndef CC_TEST_ANIMATION_TEST_COMMON_H_
6 #define CC_TEST_ANIMATION_TEST_COMMON_H_ 6 #define CC_TEST_ANIMATION_TEST_COMMON_H_
7 7
8 #include "cc/animation/animation.h" 8 #include "cc/animation/animation.h"
9 #include "cc/animation/animation_curve.h" 9 #include "cc/animation/animation_curve.h"
10 #include "cc/animation/animation_timeline.h" 10 #include "cc/animation/animation_timeline.h"
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 TransformOperations operations); 253 TransformOperations operations);
254 254
255 int AddOpacityTransitionToLayerWithPlayer( 255 int AddOpacityTransitionToLayerWithPlayer(
256 int layer_id, 256 int layer_id,
257 scoped_refptr<AnimationTimeline> timeline, 257 scoped_refptr<AnimationTimeline> timeline,
258 double duration, 258 double duration,
259 float start_opacity, 259 float start_opacity,
260 float end_opacity, 260 float end_opacity,
261 bool use_timing_function); 261 bool use_timing_function);
262 262
263 void AbortAnimationsOnLayerWithPlayer( 263 void AbortAnimationsOnLayerWithPlayer(int layer_id,
264 int layer_id, 264 scoped_refptr<AnimationTimeline> timeline,
265 scoped_refptr<AnimationTimeline> timeline, 265 TargetProperty::Type target_property);
266 Animation::TargetProperty target_property);
267 266
268 } // namespace cc 267 } // namespace cc
269 268
270 #endif // CC_TEST_ANIMATION_TEST_COMMON_H_ 269 #endif // CC_TEST_ANIMATION_TEST_COMMON_H_
OLDNEW
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698