Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 34598d9a44da94e6cf3c0c94fc1ef76196522b5d..f4ee104bd3b3bcfbe8c7ed0d785920692307d347 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -25,6 +25,7 @@ |
#include "base/memory/linked_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/values.h" |
+#include "cc/surfaces/surface_id.h" |
#include "content/common/edit_command.h" |
#include "content/common/input/input_event_ack_state.h" |
#include "content/public/browser/browser_plugin_guest_delegate.h" |
@@ -52,7 +53,6 @@ struct FrameHostMsg_ShowPopup_Params; |
namespace cc { |
class CompositorFrame; |
-struct SurfaceId; |
struct SurfaceSequence; |
} // namespace cc |