Index: cc/test/pixel_test_output_surface.cc |
diff --git a/cc/test/pixel_test_output_surface.cc b/cc/test/pixel_test_output_surface.cc |
index 616103c88387ed8c032644973a43b98f304c119b..c5137393a7a64063c78e0fc8829056c3673a9277 100644 |
--- a/cc/test/pixel_test_output_surface.cc |
+++ b/cc/test/pixel_test_output_surface.cc |
@@ -15,6 +15,7 @@ PixelTestOutputSurface::PixelTestOutputSurface( |
bool flipped_output_surface) |
: OutputSurface(context_provider, worker_context_provider), |
external_stencil_test_(false) { |
+ capabilities_.adjust_deadline_for_parent = false; |
capabilities_.flipped_output_surface = flipped_output_surface; |
} |