| Index: ui/gl/gl_bindings.h
|
| diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
|
| index c983a4e791f5c0f446d02bdd2fe260b8569bc3cb..611dbd1d10e74918c79ac7249f13506e40792c60 100644
|
| --- a/ui/gl/gl_bindings.h
|
| +++ b/ui/gl/gl_bindings.h
|
| @@ -222,6 +222,17 @@
|
| #define GL_PATH_PROJECTION_CHROMIUM 0x1701
|
| #endif
|
|
|
| +#ifndef GL_EXT_disjoint_timer_query
|
| +#define GL_EXT_disjoint_timer_query 1
|
| +#define GL_QUERY_COUNTER_BITS_EXT 0x8864
|
| +#define GL_CURRENT_QUERY_EXT 0x8865
|
| +#define GL_QUERY_RESULT_EXT 0x8866
|
| +#define GL_QUERY_RESULT_AVAILABLE_EXT 0x8867
|
| +#define GL_TIME_ELAPSED_EXT 0x88BF
|
| +#define GL_TIMESTAMP_EXT 0x8E28
|
| +#define GL_GPU_DISJOINT_EXT 0x8FBB
|
| +#endif
|
| +
|
| #define GL_GLEXT_PROTOTYPES 1
|
|
|
| #if defined(OS_WIN)
|
|
|