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

Unified Diff: cc/test/render_pass_test_utils.h

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Rebase again Created 4 years 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/surfaces/surface_aggregator_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.h
diff --git a/cc/test/render_pass_test_utils.h b/cc/test/render_pass_test_utils.h
index ed3983d7d618d01d05f11d1b05a05d5cf38baa4f..91b14f8f47e0bec1cb64a9de3d3156ada24b78a4 100644
--- a/cc/test/render_pass_test_utils.h
+++ b/cc/test/render_pass_test_utils.h
@@ -27,7 +27,8 @@ class RenderPass;
RenderPass* AddRenderPass(RenderPassList* pass_list,
int render_pass_id,
const gfx::Rect& output_rect,
- const gfx::Transform& root_transform);
+ const gfx::Transform& root_transform,
+ const FilterOperations& filters);
// Adds a solid quad to a given render pass.
SolidColorDrawQuad* AddQuad(RenderPass* pass,
@@ -52,7 +53,6 @@ void AddRenderPassQuad(RenderPass* to_pass, RenderPass* contributing_pass);
void AddRenderPassQuad(RenderPass* to_pass,
RenderPass* contributing_pass,
ResourceId mask_resource_id,
- const FilterOperations& filters,
gfx::Transform transform,
SkBlendMode blend_mode);
« no previous file with comments | « cc/surfaces/surface_aggregator_unittest.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698