Chromium Code Reviews| Index: ui/gl/gl_image_stub.cc |
| diff --git a/ui/gl/gl_image_stub.cc b/ui/gl/gl_image_stub.cc |
| index a1a8a85c277eb903336b4d32b6d032300105ce21..1dacf087869a960b406ff7edd8f3f35ab40c5208 100644 |
| --- a/ui/gl/gl_image_stub.cc |
| +++ b/ui/gl/gl_image_stub.cc |
| @@ -33,4 +33,7 @@ void GLImageStub::WillUseTexImage() { |
| void GLImageStub::DidUseTexImage() { |
| } |
| +void GLImageStub::SetReleaseAfterUse() { |
| +} |
| + |
| } // namespace gfx |