Chromium Code Reviews| Index: ui/gl/gl_image.cc |
| diff --git a/ui/gl/gl_image.cc b/ui/gl/gl_image.cc |
| index c11006dde308082e85c5a7cf490fe2befa8908ea..8525c6c95b902454a1ec7b6a1670ebfc293532b0 100644 |
| --- a/ui/gl/gl_image.cc |
| +++ b/ui/gl/gl_image.cc |
| @@ -6,6 +6,11 @@ |
| namespace gl { |
| +bool GLImage::BindTexImageWithInternalformat(unsigned target, |
| + unsigned internalformat) { |
| + return false; |
| +} |
| + |
| bool GLImage::EmulatingRGB() const { |
| return false; |
| } |