Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 DoubleStyleInterpolation_h | 5 #ifndef DoubleStyleInterpolation_h |
| 6 #define DoubleStyleInterpolation_h | 6 #define DoubleStyleInterpolation_h |
| 7 | 7 |
| 8 #include "core/animation/StyleInterpolation.h" | 8 #include "core/animation/StyleInterpolation.h" |
| 9 #include "core/css/CSSPrimitiveValue.h" | 9 #include "core/css/CSSPrimitiveValue.h" |
| 10 | 10 |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 40 static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToMotionRotation(In terpolableValue*, bool); | 40 static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToMotionRotation(In terpolableValue*, bool); |
| 41 | 41 |
| 42 bool m_isNumber; | 42 bool m_isNumber; |
| 43 InterpolationRange m_clamp; | 43 InterpolationRange m_clamp; |
| 44 bool m_flag; | 44 bool m_flag; |
| 45 | 45 |
| 46 friend class AnimationDoubleStyleInterpolationTest; | 46 friend class AnimationDoubleStyleInterpolationTest; |
| 47 }; | 47 }; |
| 48 } | 48 } |
| 49 #endif | 49 #endif |
| 50 | |
|
dstockwell
2015/02/04 11:09:28
Can drop all changes to this file now.
alancutter (OOO until 2018)
2015/02/04 20:24:37
Unnecessary newline.
jadeg
2015/02/05 23:37:02
Done.
| |
| OLD | NEW |