Index: content/browser/gpu/gpu_process_host_ui_shim.h |
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h |
index 126020921224bcb8229944a38aac1acbefb69307..251ca2e765442a5ff54d6dfaf418057c1c01e694 100644 |
--- a/content/browser/gpu/gpu_process_host_ui_shim.h |
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h |
@@ -10,6 +10,8 @@ |
// portion of this class, the GpuProcessHost, is responsible for |
// shuttling messages between the browser and GPU processes. |
+#include <stdint.h> |
+ |
#include <string> |
#include "base/callback.h" |
@@ -17,6 +19,7 @@ |
#include "base/memory/linked_ptr.h" |
#include "base/memory/ref_counted.h" |
#include "base/threading/non_thread_safe.h" |
+#include "build/build_config.h" |
#include "content/common/content_export.h" |
#include "content/common/message_router.h" |
#include "content/public/common/gpu_memory_stats.h" |
@@ -99,8 +102,8 @@ class GpuProcessHostUIShim : public IPC::Listener, |
#endif |
void OnVideoMemoryUsageStatsReceived( |
const GPUVideoMemoryUsageStats& video_memory_usage_stats); |
- void OnAddSubscription(int32 process_id, unsigned int target); |
- void OnRemoveSubscription(int32 process_id, unsigned int target); |
+ void OnAddSubscription(int32_t process_id, unsigned int target); |
+ void OnRemoveSubscription(int32_t process_id, unsigned int target); |
// The serial number of the GpuProcessHost / GpuProcessHostUIShim pair. |
int host_id_; |