Index: content/browser/frame_host/cross_process_frame_connector.h |
diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h |
index c3054d02abc063e10bdc558305603acd0425bec1..c58bfa6b5d1f82e6049ba9cce8b425117c32ce5b 100644 |
--- a/content/browser/frame_host/cross_process_frame_connector.h |
+++ b/content/browser/frame_host/cross_process_frame_connector.h |
@@ -5,6 +5,8 @@ |
#ifndef CONTENT_BROWSER_FRAME_HOST_CROSS_PROCESS_FRAME_CONNECTOR_H_ |
#define CONTENT_BROWSER_FRAME_HOST_CROSS_PROCESS_FRAME_CONNECTOR_H_ |
+#include <stdint.h> |
+ |
#include "cc/output/compositor_frame.h" |
#include "content/common/content_export.h" |
#include "ui/gfx/geometry/rect.h" |
@@ -86,7 +88,7 @@ class CONTENT_EXPORT CrossProcessFrameConnector { |
void RenderProcessGone(); |
virtual void ChildFrameCompositorFrameSwapped( |
- uint32 output_surface_id, |
+ uint32_t output_surface_id, |
int host_id, |
int route_id, |
scoped_ptr<cc::CompositorFrame> frame); |