Chromium Code Reviews| 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 b3f695afab7154f028c1f45f359775b51188bd81..b3bdeff7b41c08780c5a86683c62d1335abfca04 100644 |
| --- a/ui/gl/gl_image_io_surface.h |
| +++ b/ui/gl/gl_image_io_surface.h |
| @@ -39,6 +39,8 @@ class GL_EXPORT GLImageIOSurface : public GLImage { |
| const Rect& bounds_rect, |
| const RectF& crop_rect) override; |
| + IOSurfaceRef io_surface() { return io_surface_.get(); } |
| + |
| protected: |
| ~GLImageIOSurface() override; |