Chromium Code Reviews| Index: ui/gl/gl_image.cc |
| diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc |
| index ff7eb5681701a780bb83b1af76954a10377cd788..311acbaf108d8003854a0a3246f0cfc0487fa9d3 100644 |
| --- a/ui/gl/gl_image.cc |
| +++ b/ui/gl/gl_image.cc |
| @@ -27,6 +27,10 @@ void GLImage::DidUseTexImage() { |
| NOTIMPLEMENTED(); |
| } |
| +void GLImage::SetReleaseAfterUse() { |
| + // Default no-op implementation for workaround. |
| +} |
| + |
| GLImage::~GLImage() {} |
| } // namespace gfx |