Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: cc/render_surface_filters.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};
}
« cc/active_animation.h ('K') | « cc/render_surface.cc ('k') | cc/render_surface_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698