| Index: ui/gl/gl_surface_glx.h
|
| diff --git a/ui/gl/gl_surface_glx.h b/ui/gl/gl_surface_glx.h
|
| index 0b57bc4d785aa2e8fef3796617953c8accfec8a4..294773cf7788a2c4e1794d8ce0c1aee2dacb88fc 100644
|
| --- a/ui/gl/gl_surface_glx.h
|
| +++ b/ui/gl/gl_surface_glx.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef UI_GL_GL_SURFACE_GLX_H_
|
| #define UI_GL_GL_SURFACE_GLX_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ui/events/platform/platform_event_dispatcher.h"
|
| #include "ui/gfx/geometry/size.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|