| Index: ui/gl/gl_image_io_surface_unittest.cc
|
| diff --git a/ui/gl/gl_image_io_surface_unittest.cc b/ui/gl/gl_image_io_surface_unittest.cc
|
| index 2be08735a6992d7f0a18371003ed21bc7137dfcc..1e332c13ce36ecd68bacb0b8c5e3403569cca9f4 100644
|
| --- a/ui/gl/gl_image_io_surface_unittest.cc
|
| +++ b/ui/gl/gl_image_io_surface_unittest.cc
|
| @@ -52,6 +52,10 @@ class GLImageIOSurfaceTestDelegate {
|
| }
|
|
|
| unsigned GetTextureTarget() const { return GL_TEXTURE_RECTANGLE_ARB; }
|
| +
|
| + gfx::BufferFormat GetBufferFormat() const { return format; }
|
| +
|
| + bool IsSupported() { return true; }
|
| };
|
|
|
| using GLImageTestTypes = testing::Types<
|
|
|