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

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: Created 4 years, 10 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
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(
264 int layer_id, 264 int layer_id,
265 scoped_refptr<AnimationTimeline> timeline, 265 scoped_refptr<AnimationTimeline> timeline,
266 Animation::TargetProperty target_property); 266 AnimationTargetProperty::Enum target_property);
267 267
268 } // namespace cc 268 } // namespace cc
269 269
270 #endif // CC_TEST_ANIMATION_TEST_COMMON_H_ 270 #endif // CC_TEST_ANIMATION_TEST_COMMON_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698