| 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 9958c9e7720c6a551b88cf86681ca1bb458aa7e2..43e5025aaee79044f9ebc8b7ef292b24659a53a1 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -8,6 +8,7 @@
|
| #include <stdint.h>
|
|
|
| #include "cc/output/compositor_frame.h"
|
| +#include "cc/surfaces/surface_id.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| @@ -17,7 +18,6 @@ struct WebScreenInfo;
|
| }
|
|
|
| namespace cc {
|
| -struct SurfaceId;
|
| struct SurfaceSequence;
|
| }
|
|
|
|
|