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

Side by Side Diff: cc/animation/animation_curve.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 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/animation/DEPS ('k') | cc/animation/animation_events.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 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_ANIMATION_ANIMATION_CURVE_H_ 5 #ifndef CC_ANIMATION_ANIMATION_CURVE_H_
6 #define CC_ANIMATION_ANIMATION_CURVE_H_ 6 #define CC_ANIMATION_ANIMATION_CURVE_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/time/time.h" 10 #include "base/time/time.h"
11 #include "cc/animation/animation_export.h" 11 #include "cc/animation/animation_export.h"
12 #include "cc/output/filter_operations.h" 12 #include "cc/base/filter_operations.h"
13 #include "ui/gfx/transform.h" 13 #include "ui/gfx/transform.h"
14 14
15 namespace gfx { 15 namespace gfx {
16 class BoxF; 16 class BoxF;
17 } 17 }
18 18
19 namespace cc { 19 namespace cc {
20 20
21 class ColorAnimationCurve; 21 class ColorAnimationCurve;
22 class FilterAnimationCurve; 22 class FilterAnimationCurve;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 virtual FilterOperations GetValue(base::TimeDelta t) const = 0; 105 virtual FilterOperations GetValue(base::TimeDelta t) const = 0;
106 virtual bool HasFilterThatMovesPixels() const = 0; 106 virtual bool HasFilterThatMovesPixels() const = 0;
107 107
108 // Partial Animation implementation. 108 // Partial Animation implementation.
109 CurveType Type() const override; 109 CurveType Type() const override;
110 }; 110 };
111 111
112 } // namespace cc 112 } // namespace cc
113 113
114 #endif // CC_ANIMATION_ANIMATION_CURVE_H_ 114 #endif // CC_ANIMATION_ANIMATION_CURVE_H_
OLDNEW
« no previous file with comments | « cc/animation/DEPS ('k') | cc/animation/animation_events.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698