summaryrefslogtreecommitdiffstats
path: root/webkit/compositor_bindings/WebAnimationCurveCommon.h
blob: 2df8b5fe2dec0d4e3ba34bf278f1735f4ef18581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef WebAnimationCurveCommon_h
#define WebAnimationCurveCommon_h

#include <public/WebAnimationCurve.h>
#include <wtf/Forward.h>

namespace cc {
class CCTimingFunction;
}

namespace WebKit {
PassOwnPtr<cc::CCTimingFunction> createTimingFunction(WebAnimationCurve::TimingFunctionType);
}

#endif // WebAnimationCurveCommon_h