Chromium Code Reviews| Index: ui/gl/gl_image_shm.cc |
| diff --git a/ui/gl/gl_image_shm.cc b/ui/gl/gl_image_shm.cc |
| index 5b182ebdb0c00957407ce1200f86e78e5c2df321..f6d140cad428792e3bd03930f9336c57edadd531 100644 |
| --- a/ui/gl/gl_image_shm.cc |
| +++ b/ui/gl/gl_image_shm.cc |
| @@ -95,7 +95,7 @@ void GLImageShm::ReleaseTexImage() { |
| void GLImageShm::WillUseTexImage() { |
| } |
| -void GLImageShm::DidUseTexImage() { |
| +void GLImageShm::DidUseTexImage(bool release_tex_image) { |
| } |
| } // namespace gfx |