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

Unified Diff: cc/render_surface_filters.h

Issue 12614011: cc: Chromify RenderSurfaceFilters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .f Created 7 years, 9 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
« no previous file with comments | « cc/gl_renderer.cc ('k') | cc/render_surface_filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface_filters.h
diff --git a/cc/render_surface_filters.h b/cc/render_surface_filters.h
index 86f366b19768cccbbaa4ac86123b17302c5b6d68..2909058f056c404fc0dc6e33826fd87b0a91d494 100644
--- a/cc/render_surface_filters.h
+++ b/cc/render_surface_filters.h
@@ -22,12 +22,16 @@ class WebFilterOperations;
namespace cc {
class CC_EXPORT RenderSurfaceFilters {
-public:
- static SkBitmap apply(const WebKit::WebFilterOperations& filters, unsigned textureId, gfx::SizeF, GrContext*);
- static WebKit::WebFilterOperations optimize(const WebKit::WebFilterOperations& filters);
-
-private:
- RenderSurfaceFilters();
+ public:
+ static SkBitmap Apply(const WebKit::WebFilterOperations& filters,
+ unsigned texture_id,
+ gfx::SizeF size,
+ GrContext* gr_context);
+ static WebKit::WebFilterOperations Optimize(
+ const WebKit::WebFilterOperations& filters);
+
+ private:
+ RenderSurfaceFilters();
};
}
« no previous file with comments | « cc/gl_renderer.cc ('k') | cc/render_surface_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698