Index: cc/render_surface_filters.h |
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h |
index b8cf60e9280a95db0fb49d987d255c7153003bee..4ffc9fd0778e8e4b858a2e3272d3df234230ff1e 100644 |
--- a/cc/render_surface_filters.h |
+++ b/cc/render_surface_filters.h |
@@ -17,13 +17,13 @@ class WebGraphicsContext3D; |
namespace cc { |
class FloatSize; |
-class CCRenderSurfaceFilters { |
+class RenderSurfaceFilters { |
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(); |
+ RenderSurfaceFilters(); |
}; |
} |