| Index: gpu/command_buffer/common/gles2_cmd_utils.h
 | 
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
 | 
| index 127c2be6146b77fd4cd30a746d5e94f40ac29168..3528cfdbddcd0e1ce4098ee8bb9378953073822f 100644
 | 
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
 | 
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
 | 
| @@ -187,6 +187,10 @@ class GLES2_UTILS_EXPORT GLES2Util {
 | 
|    static size_t CalcClearBufferivDataCount(int buffer);
 | 
|    static size_t CalcClearBufferfvDataCount(int buffer);
 | 
|  
 | 
| +  static void MapUint64ToTwoUint32(
 | 
| +      uint64_t v64, uint32_t* v32_0, uint32_t* v32_1);
 | 
| +  static uint64_t MapTwoUint32ToUint64(uint32_t v32_0, uint32_t v32_1);
 | 
| +
 | 
|    #include "../common/gles2_cmd_utils_autogen.h"
 | 
|  
 | 
|   private:
 | 
| 
 |