| Index: components/mus/surfaces/direct_output_surface_ozone.cc
|
| diff --git a/components/mus/surfaces/direct_output_surface_ozone.cc b/components/mus/surfaces/direct_output_surface_ozone.cc
|
| index 48af7d772fd97f95a98e965cd5a153cc298746ed..fc302467063efb47a27bff8a68a3bb164ede606d 100644
|
| --- a/components/mus/surfaces/direct_output_surface_ozone.cc
|
| +++ b/components/mus/surfaces/direct_output_surface_ozone.cc
|
| @@ -145,6 +145,10 @@ void DirectOutputSurfaceOzone::BindFramebuffer() {
|
| buffer_queue_->BindFramebuffer();
|
| }
|
|
|
| +uint32_t DirectOutputSurfaceOzone::GetFramebufferCopyTextureFormat() {
|
| + return buffer_queue_->internal_format();
|
| +}
|
| +
|
| // We call this on every frame but changing the size once we've allocated
|
| // backing NativePixmapOzone instances will cause a DCHECK because
|
| // Chrome never Reshape(s) after the first one from (0,0). NB: this implies
|
|
|