Index: cc/surfaces/direct_compositor_frame_sink_unittest.cc |
diff --git a/cc/surfaces/direct_compositor_frame_sink_unittest.cc b/cc/surfaces/direct_compositor_frame_sink_unittest.cc |
index af9b08bfc53d7973366a1e2876d53d26a479f35e..5c3583af478fc2a6a5fd9260258403854bb06a6d 100644 |
--- a/cc/surfaces/direct_compositor_frame_sink_unittest.cc |
+++ b/cc/surfaces/direct_compositor_frame_sink_unittest.cc |
@@ -75,7 +75,8 @@ class DirectCompositorFrameSinkTest : public testing::Test { |
void SwapBuffersWithDamage(const gfx::Rect& damage_rect) { |
std::unique_ptr<RenderPass> render_pass(RenderPass::Create()); |
render_pass->SetNew(RenderPassId(1, 1), display_rect_, damage_rect, |
- gfx::Transform()); |
+ gfx::Transform(), FilterOperations(), |
+ FilterOperations()); |
CompositorFrame frame; |
frame.render_pass_list.push_back(std::move(render_pass)); |