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..2794b9a74e56367d804dae387ce3fa5f4991b2ca 100644 |
| --- a/ui/gl/gl_image.cc |
| +++ b/ui/gl/gl_image.cc |
| @@ -23,7 +23,7 @@ void GLImage::WillUseTexImage() { |
| NOTIMPLEMENTED(); |
| } |
| -void GLImage::DidUseTexImage() { |
| +void GLImage::DidUseTexImage(bool release_tex_image) { |
| NOTIMPLEMENTED(); |
| } |