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

Unified Diff: cc/test/surface_hittest_test_helpers.cc

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/test/surface_aggregator_test_helpers.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/surface_hittest_test_helpers.cc
diff --git a/cc/test/surface_hittest_test_helpers.cc b/cc/test/surface_hittest_test_helpers.cc
index 01a1114381e5468fe021f66d68a3caaf248041d0..6947a8a1c3e4534f19770681fdf8186ba8d5defd 100644
--- a/cc/test/surface_hittest_test_helpers.cc
+++ b/cc/test/surface_hittest_test_helpers.cc
@@ -42,8 +42,8 @@ void CreateRenderPassDrawQuad(RenderPass* pass,
pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>();
render_pass_quad->SetNew(pass->shared_quad_state_list.back(), quad_rect,
quad_rect, render_pass_id, ResourceId(),
- gfx::Vector2dF(), gfx::Size(), FilterOperations(),
- gfx::Vector2dF(), gfx::PointF(), FilterOperations());
+ gfx::Vector2dF(), gfx::Size(), gfx::Vector2dF(),
+ gfx::PointF());
}
void CreateSurfaceDrawQuad(RenderPass* pass,
« no previous file with comments | « cc/test/surface_aggregator_test_helpers.cc ('k') | cc/trees/layer_tree_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698