| Index: cc/surfaces/surface_display_output_surface.cc
|
| diff --git a/cc/surfaces/surface_display_output_surface.cc b/cc/surfaces/surface_display_output_surface.cc
|
| index c07eece512293528fc01698a59af5a46cb112b4f..04937247d71a01d9f05047802c0dc5341d86143b 100644
|
| --- a/cc/surfaces/surface_display_output_surface.cc
|
| +++ b/cc/surfaces/surface_display_output_surface.cc
|
| @@ -25,6 +25,7 @@ SurfaceDisplayOutputSurface::SurfaceDisplayOutputSurface(
|
| allocator_(allocator) {
|
| capabilities_.delegated_rendering = true;
|
| capabilities_.max_frames_pending = 1;
|
| + capabilities_.adjust_deadline_for_parent = true;
|
| capabilities_.can_force_reclaim_resources = true;
|
| }
|
|
|
|
|