| Index: content/browser/renderer_host/delegated_frame_host.cc
|
| diff --git a/content/browser/renderer_host/delegated_frame_host.cc b/content/browser/renderer_host/delegated_frame_host.cc
|
| index 6369e837ff247c1ee3c25a5fc6fcd9a5a5c97b07..db6020d1f70c0dd3462cc5dc0f49f01bcda53ea9 100644
|
| --- a/content/browser/renderer_host/delegated_frame_host.cc
|
| +++ b/content/browser/renderer_host/delegated_frame_host.cc
|
| @@ -456,9 +456,7 @@
|
| skipped_latency_info_list_.end());
|
| skipped_latency_info_list_.clear();
|
|
|
| - bool result =
|
| - support_->SubmitCompositorFrame(local_surface_id, std::move(frame));
|
| - DCHECK(result);
|
| + support_->SubmitCompositorFrame(local_surface_id, std::move(frame));
|
|
|
| if (local_surface_id != local_surface_id_ || !has_frame_) {
|
| // manager must outlive compositors using it.
|
|
|