| Index: content/browser/compositor/surface_utils.h
|
| diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h
|
| index 804e387b2523785dfc28f3c4d58fe0415becd652..ea1435274eee21e9943a9e74c3b1460cfb6c5603 100644
|
| --- a/content/browser/compositor/surface_utils.h
|
| +++ b/content/browser/compositor/surface_utils.h
|
| @@ -19,11 +19,14 @@ class SurfaceManager;
|
| } // namespace cc
|
|
|
| namespace content {
|
| +class FrameSinkManagerHost;
|
|
|
| CONTENT_EXPORT cc::FrameSinkId AllocateFrameSinkId();
|
|
|
| CONTENT_EXPORT cc::SurfaceManager* GetSurfaceManager();
|
|
|
| +CONTENT_EXPORT FrameSinkManagerHost* GetFrameSinkManagerHost();
|
| +
|
| void CopyFromCompositingSurfaceHasResult(
|
| const gfx::Size& dst_size_in_pixel,
|
| const SkColorType color_type,
|
|
|