Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: gpu/ipc/gpu_command_buffer_traits.cc

Issue 1542513002: Switch to standard integer types in gpu/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/native/main.cc ('k') | gpu/khronos_glcts_support/khronos_glcts_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/gpu_command_buffer_traits.cc
diff --git a/gpu/ipc/gpu_command_buffer_traits.cc b/gpu/ipc/gpu_command_buffer_traits.cc
index faed0e25cd6d385f142d68e8bdae1e5d9fc849ed..758077427cdf0dbc621dab5886e31c7cb5795ceb 100644
--- a/gpu/ipc/gpu_command_buffer_traits.cc
+++ b/gpu/ipc/gpu_command_buffer_traits.cc
@@ -4,6 +4,9 @@
#include "gpu/ipc/gpu_command_buffer_traits.h"
+#include <stddef.h>
+#include <stdint.h>
+
#include "gpu/command_buffer/common/mailbox_holder.h"
#include "gpu/command_buffer/common/sync_token.h"
#include "gpu/command_buffer/common/value_state.h"
« no previous file with comments | « gpu/gles2_conform_support/native/main.cc ('k') | gpu/khronos_glcts_support/khronos_glcts_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698