Chromium Code Reviews| Index: ui/gl/gl_image.cc |
| diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc |
| index aaefb9453e994e3f80d5706418b836c19e56f2b9..9bd32b6d3cbd7eb24f5cd6120a6d58fa219e98f1 100644 |
| --- a/ui/gl/gl_image.cc |
| +++ b/ui/gl/gl_image.cc |
| @@ -19,6 +19,10 @@ void GLImage::ReleaseTexImage() { |
| NOTIMPLEMENTED(); |
| } |
| +void GLImage::UpdateTexImage() { |
| + NOTIMPLEMENTED(); |
| +} |
| + |
| GLImage::~GLImage() {} |
| } // namespace gfx |