Chromium Code Reviews| Index: content/renderer/gpu/compositor_output_surface.cc |
| diff --git a/content/renderer/gpu/compositor_output_surface.cc b/content/renderer/gpu/compositor_output_surface.cc |
| index a2929643ac17e9a467fdb1d7d172979db087d510..2a566e6852671bb4c38659df4d5f3047256b6389 100644 |
| --- a/content/renderer/gpu/compositor_output_surface.cc |
| +++ b/content/renderer/gpu/compositor_output_surface.cc |
| @@ -76,6 +76,9 @@ CompositorOutputSurface::CompositorOutputSurface( |
| DCHECK(message_sender_.get()); |
| if (OutputSurface::software_device()) |
| capabilities_.max_frames_pending = 1; |
| +#if defined(OS_ANDROID) |
|
piman
2014/06/13 20:46:43
Why android only? All platforms but Mac* use deleg
Sami
2014/06/16 13:15:04
Yeah, I was wondering if this should be done more
|
| + capabilities_.adjust_deadline_for_parent = false; |
| +#endif |
| } |
| CompositorOutputSurface::~CompositorOutputSurface() { |