| Index: ui/gl/gl_image_io_surface.h
|
| diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h
|
| index 9cffcec625451d11aa82094f7d9ccf805bfb5514..b3897500e4dc824d11f0f39172f1c1007b265f84 100644
|
| --- a/ui/gl/gl_image_io_surface.h
|
| +++ b/ui/gl/gl_image_io_surface.h
|
| @@ -62,6 +62,7 @@ class GL_EXPORT GLImageIOSurface : public GLImage {
|
| uint64_t process_tracing_id,
|
| const std::string& dump_name) override;
|
| bool EmulatingRGB() const override;
|
| + void SetColorSpaceForScanout(const gfx::ColorSpace& color_space) override;
|
|
|
| gfx::GenericSharedMemoryId io_surface_id() const { return io_surface_id_; }
|
| base::ScopedCFTypeRef<IOSurfaceRef> io_surface();
|
|
|