Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there ...
[chromium-blink-merge.git] / cc / blink / web_animation_curve_common.h
blob604515b63fed8a841404af67aa00b9087b07250d
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
3 // found in the LICENSE file.
5 #ifndef CC_BLINK_WEB_ANIMATION_CURVE_COMMON_H_
6 #define CC_BLINK_WEB_ANIMATION_CURVE_COMMON_H_
8 #include "base/memory/scoped_ptr.h"
9 #include "third_party/WebKit/public/platform/WebCompositorAnimationCurve.h"
11 namespace cc {
12 class TimingFunction;
15 namespace cc_blink {
16 scoped_ptr<cc::TimingFunction> CreateTimingFunction(
17 blink::WebCompositorAnimationCurve::TimingFunctionType);
18 } // namespace cc_blink
20 #endif // CC_BLINK_WEB_ANIMATION_CURVE_COMMON_H_