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

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

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created more layout tests Created 5 years, 10 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
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 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
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698