Index: cc/CCRenderSurfaceFilters.h |
diff --git a/cc/CCRenderSurfaceFilters.h b/cc/CCRenderSurfaceFilters.h |
index cd199b5679a69d5f82acda80f938cd23e286e1a7..f102a22583265dfbbd140ea493595ab2a3610cd7 100644 |
--- a/cc/CCRenderSurfaceFilters.h |
+++ b/cc/CCRenderSurfaceFilters.h |
@@ -2,33 +2,5 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
- |
-#ifndef CCRenderSurfaceFilters_h |
-#define CCRenderSurfaceFilters_h |
- |
-#if USE(ACCELERATED_COMPOSITING) |
- |
-class GrContext; |
-class SkBitmap; |
- |
-namespace WebKit { |
-class WebFilterOperations; |
-class WebGraphicsContext3D; |
-} |
- |
-namespace cc { |
-class FloatSize; |
- |
-class CCRenderSurfaceFilters { |
-public: |
- static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, const FloatSize&, WebKit::WebGraphicsContext3D*, GrContext*); |
- static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters); |
- |
-private: |
- CCRenderSurfaceFilters(); |
-}; |
- |
-} |
-#endif // USE(ACCELERATED_COMPOSITING) |
- |
-#endif |
+// Temporary forwarding header |
+#include "cc/render_surface_filters.h" |