commit | 739878c1ff9be79b8abecdf68efea8ef6105623f | [log] [tgz] |
---|---|---|
author | avi <[email protected]> | Thu Dec 24 18:06:17 2015 |
committer | Commit bot <[email protected]> | Thu Dec 24 18:06:59 2015 |
tree | 7d244da8e8bf7331852006483f08335550d76840 | |
parent | c326e4f524bd6ce9e6d2c9fad82ce71241ef59c1 [diff] [blame] |
Switch to standard integer types in ui/gl/. BUG=138542 [email protected] Review URL: https://codereview.chromium.org/1545113002 Cr-Commit-Position: refs/heads/master@{#366830}
diff --git a/ui/gl/gl_context_wgl.h b/ui/gl/gl_context_wgl.h index 21b3840..69c7e5c0 100644 --- a/ui/gl/gl_context_wgl.h +++ b/ui/gl/gl_context_wgl.h
@@ -7,6 +7,7 @@ #include <string> +#include "base/macros.h" #include "ui/gfx/native_widget_types.h" #include "ui/gl/gl_context.h"