| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index 0b07c6715eaaaa590d32f96f3bedeeb5a4dd8730..8174b91820a5109848f3896bbf9cccd8680baa5d 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -3847,6 +3847,7 @@ Capabilities GLES2DecoderImpl::GetCapabilities() {
|
| caps.multisample_compatibility =
|
| feature_info_->feature_flags().ext_multisample_compatibility;
|
| caps.dc_layers = supports_dc_layers_;
|
| + caps.use_dc_overlays_for_video = surface_->UseOverlaysForVideo();
|
|
|
| caps.blend_equation_advanced =
|
| feature_info_->feature_flags().blend_equation_advanced;
|
|
|