Chromium Code Reviews| Index: ui/gl/gl_image_glx.cc |
| diff --git a/ui/gl/gl_image_glx.cc b/ui/gl/gl_image_glx.cc |
| index 739b4d47d1d605d9a78946708318306bb0a964c0..220c299d5ef0266cfd27430efdd0b18574844498 100644 |
| --- a/ui/gl/gl_image_glx.cc |
| +++ b/ui/gl/gl_image_glx.cc |
| @@ -180,4 +180,7 @@ void GLImageGLX::WillUseTexImage() { |
| void GLImageGLX::DidUseTexImage() { |
| } |
| +void GLImageGLX::SetReleaseAfterUse() { |
| +} |
| + |
| } // namespace gfx |