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

Side by Side Diff: third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h

Issue 2006223003: Remove unnecessary inclusions of LayoutObject-derived headers in core/animation/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/WebKit/Source/core/animation/ElementAnimations.cpp ('k') | no next file » | 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 CSSAnimationUpdate_h 5 #ifndef CSSAnimationUpdate_h
6 #define CSSAnimationUpdate_h 6 #define CSSAnimationUpdate_h
7 7
8 #include "core/animation/AnimationStack.h" 8 #include "core/animation/AnimationStack.h"
9 #include "core/animation/InertEffect.h" 9 #include "core/animation/InertEffect.h"
10 #include "core/animation/Interpolation.h" 10 #include "core/animation/Interpolation.h"
11 #include "core/animation/KeyframeEffectModel.h" 11 #include "core/animation/KeyframeEffectModel.h"
12 #include "core/animation/css/CSSAnimatableValueFactory.h" 12 #include "core/animation/css/CSSAnimatableValueFactory.h"
13 #include "core/css/CSSKeyframesRule.h" 13 #include "core/css/CSSKeyframesRule.h"
14 #include "core/css/CSSPropertyEquality.h" 14 #include "core/css/CSSPropertyEquality.h"
15 #include "core/layout/LayoutObject.h"
16 #include "wtf/Allocator.h" 15 #include "wtf/Allocator.h"
17 #include "wtf/HashMap.h" 16 #include "wtf/HashMap.h"
18 #include "wtf/Vector.h" 17 #include "wtf/Vector.h"
19 #include "wtf/text/AtomicString.h" 18 #include "wtf/text/AtomicString.h"
20 19
21 namespace blink { 20 namespace blink {
22 21
23 class Animation; 22 class Animation;
24 23
25 class NewCSSAnimation { 24 class NewCSSAnimation {
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 242
244 ActiveInterpolationsMap m_activeInterpolationsForAnimations; 243 ActiveInterpolationsMap m_activeInterpolationsForAnimations;
245 ActiveInterpolationsMap m_activeInterpolationsForTransitions; 244 ActiveInterpolationsMap m_activeInterpolationsForTransitions;
246 245
247 friend class PendingAnimationUpdate; 246 friend class PendingAnimationUpdate;
248 }; 247 };
249 248
250 } // namespace blink 249 } // namespace blink
251 250
252 #endif 251 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/animation/ElementAnimations.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698