| Index: content/browser/compositor/surface_utils.h
|
| diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h
|
| index 3488e732cc14680a0c5080d13aec00192be81aa9..804e387b2523785dfc28f3c4d58fe0415becd652 100644
|
| --- a/content/browser/compositor/surface_utils.h
|
| +++ b/content/browser/compositor/surface_utils.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <memory>
|
|
|
| +#include "cc/surfaces/frame_sink_id.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/readback_types.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
| @@ -19,7 +20,7 @@ class SurfaceManager;
|
|
|
| namespace content {
|
|
|
| -CONTENT_EXPORT uint32_t AllocateSurfaceClientId();
|
| +CONTENT_EXPORT cc::FrameSinkId AllocateFrameSinkId();
|
|
|
| CONTENT_EXPORT cc::SurfaceManager* GetSurfaceManager();
|
|
|
|
|