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

Unified Diff: cc/test/render_pass_test_utils.h

Issue 2543473004: cc: Move filters from RenderPassDrawQuad to RenderPass (Closed)
Patch Set: Address review comments 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
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 82b32c58dcbec535dececced5dc1834eb25ba445..a71011a990c1b5a4c6c200fecaa8e8150a31f9df 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,
RenderPassId 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);

Powered by Google App Engine
This is Rietveld 408576698