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

Unified Diff: cc/test/render_pass_test_utils.cc

Issue 448133002: Remove unused RenderPassDrawQuad fields (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rpdqdamage: addmissingfile Created 6 years, 4 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/test/render_pass_test_utils.cc
diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
index 5925a2b81c97003ffec676c234c4450083dbc3f8..0070e28f96f91b04a274aae00c427f9572362a28 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -99,9 +99,7 @@ void AddRenderPassQuad(TestRenderPass* to_pass,
output_rect,
output_rect,
contributing_pass->id,
- false,
0,
- output_rect,
gfx::RectF(),
FilterOperations(),
FilterOperations());
@@ -128,9 +126,7 @@ void AddRenderPassQuad(TestRenderPass* to_pass,
output_rect,
output_rect,
contributing_pass->id,
- false,
mask_resource_id,
- output_rect,
gfx::RectF(),
filters,
FilterOperations());

Powered by Google App Engine
This is Rietveld 408576698