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..4f0383a06813cd93f229130b24b13bc4d8e63509 100644 |
| --- a/ui/gl/gl_image_shm.cc |
| +++ b/ui/gl/gl_image_shm.cc |
| @@ -98,4 +98,7 @@ void GLImageShm::WillUseTexImage() { |
| void GLImageShm::DidUseTexImage() { |
| } |
| +void GLImageShm::SetReleaseAfterUse() { |
| +} |
| + |
| } // namespace gfx |