Index: content/renderer/compositor_bindings/web_animation_curve_common.h |
diff --git a/content/renderer/compositor_bindings/web_animation_curve_common.h b/content/renderer/compositor_bindings/web_animation_curve_common.h |
deleted file mode 100644 |
index b1df0031cced4040f65eb1936df81c910803e607..0000000000000000000000000000000000000000 |
--- a/content/renderer/compositor_bindings/web_animation_curve_common.h |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-// Copyright 2014 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 CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_CURVE_COMMON_H_ |
-#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_CURVE_COMMON_H_ |
- |
-#include "base/memory/scoped_ptr.h" |
-#include "third_party/WebKit/public/platform/WebCompositorAnimationCurve.h" |
- |
-namespace cc { |
-class TimingFunction; |
-} |
- |
-namespace content { |
-scoped_ptr<cc::TimingFunction> CreateTimingFunction( |
- blink::WebCompositorAnimationCurve::TimingFunctionType); |
-} // namespace content |
- |
-#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_ANIMATION_CURVE_COMMON_H_ |
- |