Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index a05eae85e3de3d4fc7afd0a64123bd80a9c28eec..5bdcd8ef3e5e60b4505c69c1e0d72b35c317cdb4 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -80,7 +80,7 @@ bool GLSurface::Initialize() { |
| } |
| bool GLSurface::Resize(const gfx::Size& size) { |
| - NOTIMPLEMENTED(); |
| +// NOTIMPLEMENTED(); |
|
no sievers
2012/08/16 21:55:14
I will fix this issue properly.
|
| return false; |
| } |