Chromium Code Reviews| Index: ui/gl/gl_image_egl.cc |
| diff --git a/ui/gl/gl_image_egl.cc b/ui/gl/gl_image_egl.cc |
| index 5531c8d4528defaf11f5a11b42a86934c5921528..e52297ae72278a525b077cd3d72b9271739208c8 100644 |
| --- a/ui/gl/gl_image_egl.cc |
| +++ b/ui/gl/gl_image_egl.cc |
| @@ -8,8 +8,9 @@ |
| namespace gfx { |
| -GLImageEGL::GLImageEGL(gfx::Size size) |
| - : egl_image_(EGL_NO_IMAGE_KHR), size_(size) {} |
| +GLImageEGL::GLImageEGL(const gfx::Size& size) |
| + : egl_image_(EGL_NO_IMAGE_KHR), size_(size) { |
| +} |
| GLImageEGL::~GLImageEGL() { Destroy(); } |