| 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 e6676f74d6de9c2fa2d292f07d6e0c978890a9aa..fca817656ca7e7f7c522c4ad7d6727691e51a63a 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -29,6 +29,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/values.h"
|
| #include "build/build_config.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"
|
| @@ -53,7 +54,6 @@ struct FrameHostMsg_ShowPopup_Params;
|
|
|
| namespace cc {
|
| class CompositorFrame;
|
| -struct SurfaceId;
|
| struct SurfaceSequence;
|
| } // namespace cc
|
|
|
|
|