| Index: sky/engine/core/animation/SampledEffect.h
|
| diff --git a/sky/engine/core/animation/SampledEffect.h b/sky/engine/core/animation/SampledEffect.h
|
| index 222e420a040cbc9eafbdeba974010f3fa5fb4ce0..28348521a77e5f74d06120aa5ceb546a5feb2b3c 100644
|
| --- a/sky/engine/core/animation/SampledEffect.h
|
| +++ b/sky/engine/core/animation/SampledEffect.h
|
| @@ -13,7 +13,7 @@
|
|
|
| namespace blink {
|
|
|
| -class SampledEffect : public DummyBase<SampledEffect> {
|
| +class SampledEffect {
|
| public:
|
| static PassOwnPtr<SampledEffect> create(Animation* animation, PassOwnPtr<Vector<RefPtr<Interpolation> > > interpolations)
|
| {
|
|
|