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

Side by Side Diff: cc/trees/mutator_host_client.h

Issue 2502663003: CC Animation: Move PropertyAnimationState and TargetProperty to trees. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « cc/trees/layer_tree_host_in_process.h ('k') | cc/trees/property_animation_state.h » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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_TREES_MUTATOR_HOST_CLIENT_H_ 5 #ifndef CC_TREES_MUTATOR_HOST_CLIENT_H_
6 #define CC_TREES_MUTATOR_HOST_CLIENT_H_ 6 #define CC_TREES_MUTATOR_HOST_CLIENT_H_
7 7
8 // TODO(loyso) Move these headers out of cc/animation.
9 #include "cc/animation/property_animation_state.h"
10 #include "cc/animation/target_property.h"
11 #include "cc/trees/element_id.h" 8 #include "cc/trees/element_id.h"
9 #include "cc/trees/property_animation_state.h"
10 #include "cc/trees/target_property.h"
12 11
13 namespace gfx { 12 namespace gfx {
14 class Transform; 13 class Transform;
15 class ScrollOffset; 14 class ScrollOffset;
16 } 15 }
17 16
18 namespace cc { 17 namespace cc {
19 18
20 class FilterOperations; 19 class FilterOperations;
21 20
(...skipping 29 matching lines...) Expand all
51 const PropertyAnimationState& state) = 0; 50 const PropertyAnimationState& state) = 0;
52 51
53 virtual void ScrollOffsetAnimationFinished() = 0; 52 virtual void ScrollOffsetAnimationFinished() = 0;
54 virtual gfx::ScrollOffset GetScrollOffsetForAnimation( 53 virtual gfx::ScrollOffset GetScrollOffsetForAnimation(
55 ElementId element_id) const = 0; 54 ElementId element_id) const = 0;
56 }; 55 };
57 56
58 } // namespace cc 57 } // namespace cc
59 58
60 #endif // CC_TREES_MUTATOR_HOST_CLIENT_H_ 59 #endif // CC_TREES_MUTATOR_HOST_CLIENT_H_
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_in_process.h ('k') | cc/trees/property_animation_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698