Index: content/browser/frame_host/render_widget_host_view_guest.h |
diff --git a/content/browser/frame_host/render_widget_host_view_guest.h b/content/browser/frame_host/render_widget_host_view_guest.h |
index d345ac9e64cb555a786b01f118a42fea01927330..f9d4b1663ce3c2a7231053ac2f6569a49b848a02 100644 |
--- a/content/browser/frame_host/render_widget_host_view_guest.h |
+++ b/content/browser/frame_host/render_widget_host_view_guest.h |
@@ -5,9 +5,14 @@ |
#ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_GUEST_H_ |
#define CONTENT_BROWSER_FRAME_HOST_RENDER_WIDGET_HOST_VIEW_GUEST_H_ |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include <vector> |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
+#include "build/build_config.h" |
#include "content/browser/frame_host/render_widget_host_view_child_frame.h" |
#include "content/common/content_export.h" |
#include "content/common/cursors/webcursor.h" |
@@ -90,7 +95,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest |
const gfx::Range& range) override; |
void SelectionBoundsChanged( |
const ViewHostMsg_SelectionBounds_Params& params) override; |
- void OnSwapCompositorFrame(uint32 output_surface_id, |
+ void OnSwapCompositorFrame(uint32_t output_surface_id, |
scoped_ptr<cc::CompositorFrame> frame) override; |
#if defined(USE_AURA) |
void ProcessAckedTouchEvent(const TouchEventWithLatencyInfo& touch, |