| Index: ui/gfx/gl/gl_surface_osmesa.h
|
| diff --git a/ui/gfx/gl/gl_surface_osmesa.h b/ui/gfx/gl/gl_surface_osmesa.h
|
| index 2ea9c88ddb17786546759cfc3648e652e33c379c..974c32209aec6da554d9d45aa3a25bdc3043abd7 100644
|
| --- a/ui/gfx/gl/gl_surface_osmesa.h
|
| +++ b/ui/gfx/gl/gl_surface_osmesa.h
|
| @@ -17,7 +17,7 @@ namespace gfx {
|
| // surfaces can be resized and resizing preserves the contents.
|
| class GLSurfaceOSMesa : public GLSurface {
|
| public:
|
| - explicit GLSurfaceOSMesa(unsigned format, const gfx::Size& size);
|
| + GLSurfaceOSMesa(unsigned format, const gfx::Size& size);
|
| virtual ~GLSurfaceOSMesa();
|
|
|
| // Resize the back buffer, preserving the old content. Does nothing if the
|
|
|