Index: content/renderer/android/synchronous_compositor_frame_sink.cc |
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.cc b/content/renderer/android/synchronous_compositor_frame_sink.cc |
index fd683c1199015225cb563e29d8562c916080554b..8cbd09b744de256d7c392372ebedd4f98a80f899 100644 |
--- a/content/renderer/android/synchronous_compositor_frame_sink.cc |
+++ b/content/renderer/android/synchronous_compositor_frame_sink.cc |
@@ -273,7 +273,9 @@ void SynchronousCompositorFrameSink::SubmitCompositorFrame( |
// The embedding RenderPass covers the entire Display's area. |
const auto& embed_render_pass = embed_frame.render_pass_list.back(); |
embed_render_pass->SetAll(cc::RenderPassId(1, 1), gfx::Rect(display_size), |
- gfx::Rect(display_size), gfx::Transform(), false); |
+ gfx::Rect(display_size), gfx::Transform(), |
+ cc::FilterOperations(), cc::FilterOperations(), |
+ false); |
// The RenderPass has a single SurfaceDrawQuad (and SharedQuadState for it). |
auto* shared_quad_state = |