| Index: gpu/gles2_conform_support/native/main.cc | 
| diff --git a/gpu/gles2_conform_support/native/main.cc b/gpu/gles2_conform_support/native/main.cc | 
| index 1dc377b099eaaaa500c1cbcebcb6272a8fdbd2af..313663a6f18a147f9aa155f94378d500e9651543 100644 | 
| --- a/gpu/gles2_conform_support/native/main.cc | 
| +++ b/gpu/gles2_conform_support/native/main.cc | 
| @@ -2,6 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| +#include <stddef.h> | 
| + | 
| #include "base/at_exit.h" | 
| #include "base/command_line.h" | 
| #include "base/message_loop/message_loop.h" | 
|  |