| Index: content/browser/compositor/surface_utils.h
|
| diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h
|
| index 6d986a9c8caea00c72cfe8470c03120e5ebf588b..781cfa5acbc6fbc552cf0dffdb62da796be0ec29 100644
|
| --- a/content/browser/compositor/surface_utils.h
|
| +++ b/content/browser/compositor/surface_utils.h
|
| @@ -13,17 +13,10 @@
|
|
|
| namespace cc {
|
| class CopyOutputResult;
|
| -class SurfaceIdAllocator;
|
| -class SurfaceManager;
|
| } // namespace cc
|
|
|
| namespace content {
|
|
|
| -scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator();
|
| -
|
| -CONTENT_EXPORT
|
| -cc::SurfaceManager* GetSurfaceManager();
|
| -
|
| void CopyFromCompositingSurfaceHasResult(
|
| const gfx::Size& dst_size_in_pixel,
|
| const SkColorType color_type,
|
|
|