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

Side by Side Diff: Source/core/animation/Keyframe.h

Issue 331633003: Qualify the generated includes in core (partial). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/core/animation/ElementAnimation.h ('k') | Source/core/animation/KeyframeEffectModel.cpp » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 Keyframe_h 5 #ifndef Keyframe_h
6 #define Keyframe_h 6 #define Keyframe_h
7 7
8 #include "CSSPropertyNames.h" 8 #include "core/CSSPropertyNames.h"
9 #include "core/animation/AnimatableValue.h" 9 #include "core/animation/AnimatableValue.h"
10 #include "core/animation/AnimationEffect.h" 10 #include "core/animation/AnimationEffect.h"
11 #include "core/animation/AnimationNode.h" 11 #include "core/animation/AnimationNode.h"
12 12
13 namespace WebCore { 13 namespace WebCore {
14 14
15 typedef HashSet<CSSPropertyID> PropertySet; 15 typedef HashSet<CSSPropertyID> PropertySet;
16 16
17 class Element; 17 class Element;
18 18
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 } 93 }
94 94
95 double m_offset; 95 double m_offset;
96 AnimationEffect::CompositeOperation m_composite; 96 AnimationEffect::CompositeOperation m_composite;
97 RefPtr<TimingFunction> m_easing; 97 RefPtr<TimingFunction> m_easing;
98 }; 98 };
99 99
100 } 100 }
101 101
102 #endif 102 #endif
OLDNEW
« no previous file with comments | « Source/core/animation/ElementAnimation.h ('k') | Source/core/animation/KeyframeEffectModel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698