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

Unified Diff: cc/quads/render_pass_draw_quad.cc

Issue 16968002: Move implementation of WebFilterOperations into cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/quads/render_pass_draw_quad.h ('k') | cc/quads/render_pass_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/quads/render_pass_draw_quad.cc
diff --git a/cc/quads/render_pass_draw_quad.cc b/cc/quads/render_pass_draw_quad.cc
index 6df60edbdcd23615a722d3decec73b49f573875c..ead3d792a31b0ae7bb70b64eea73bed969a27aba 100644
--- a/cc/quads/render_pass_draw_quad.cc
+++ b/cc/quads/render_pass_draw_quad.cc
@@ -37,9 +37,9 @@ void RenderPassDrawQuad::SetNew(
ResourceProvider::ResourceId mask_resource_id,
gfx::Rect contents_changed_since_last_frame,
gfx::RectF mask_uv_rect,
- const WebKit::WebFilterOperations& filters,
+ const FilterOperations& filters,
skia::RefPtr<SkImageFilter> filter,
- const WebKit::WebFilterOperations& background_filters) {
+ const FilterOperations& background_filters) {
DCHECK_GT(render_pass_id.layer_id, 0);
DCHECK_GE(render_pass_id.index, 0);
@@ -63,9 +63,9 @@ void RenderPassDrawQuad::SetAll(
ResourceProvider::ResourceId mask_resource_id,
gfx::Rect contents_changed_since_last_frame,
gfx::RectF mask_uv_rect,
- const WebKit::WebFilterOperations& filters,
+ const FilterOperations& filters,
skia::RefPtr<SkImageFilter> filter,
- const WebKit::WebFilterOperations& background_filters) {
+ const FilterOperations& background_filters) {
DCHECK_GT(render_pass_id.layer_id, 0);
DCHECK_GE(render_pass_id.index, 0);
« no previous file with comments | « cc/quads/render_pass_draw_quad.h ('k') | cc/quads/render_pass_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698