| Index: third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| index df0ab656b6d83dca87461f0b9933cbb00ee2646d..b18d33b71ba565f727d985412e13892e897872fc 100644
|
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.h
|
| @@ -15,9 +15,9 @@ class DictionarySequenceOrDictionary;
|
| class Element;
|
| class ExceptionState;
|
| class ExecutionContext;
|
| -class KeyframeEffectOptions;
|
| class PropertyHandle;
|
| class SampledEffect;
|
| +class UnrestrictedDoubleOrKeyframeEffectOptions;
|
|
|
| // Represents the effect of an Animation on an Element's properties.
|
| // http://w3c.github.io/web-animations/#the-keyframeeffect-interfaces
|
| @@ -37,13 +37,7 @@ class CORE_EXPORT KeyframeEffectReadOnly : public AnimationEffectReadOnly {
|
| ExecutionContext*,
|
| Element*,
|
| const DictionarySequenceOrDictionary& effect_input,
|
| - double duration,
|
| - ExceptionState&);
|
| - static KeyframeEffectReadOnly* Create(
|
| - ExecutionContext*,
|
| - Element*,
|
| - const DictionarySequenceOrDictionary& effect_input,
|
| - const KeyframeEffectOptions& timing_input,
|
| + const UnrestrictedDoubleOrKeyframeEffectOptions&,
|
| ExceptionState&);
|
| static KeyframeEffectReadOnly* Create(
|
| ExecutionContext*,
|
|
|