Chromium Code Reviews| Index: ui/gl/test/gl_image_test_support.h |
| diff --git a/ui/gl/test/gl_image_test_support.h b/ui/gl/test/gl_image_test_support.h |
| index de8646558b08036a264e08941750fb3fe063d65b..41258fc03c47b992e493b38f17430f35be9cc7f5 100644 |
| --- a/ui/gl/test/gl_image_test_support.h |
| +++ b/ui/gl/test/gl_image_test_support.h |
| @@ -22,6 +22,7 @@ class GLImageTestSupport { |
| static void SetBufferDataToColor(int width, |
| int height, |
| int stride, |
| + int plane, |
| gfx::BufferFormat format, |
| const uint8_t color[4], |
| uint8_t* data); |