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 81d67b904007554ab59025163b46f6c08efe0d28..135197faf8809df0ad8640752d802958e3326c5c 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, |
| BufferFormat format, |
| const uint8_t color[4], |
| uint8_t* data); |