Index: content/browser/compositor/surface_utils.h |
diff --git a/content/browser/compositor/surface_utils.h b/content/browser/compositor/surface_utils.h |
index 92bfe5786d5574a4caead4c2ac88d23f2523f6bb..3488e732cc14680a0c5080d13aec00192be81aa9 100644 |
--- a/content/browser/compositor/surface_utils.h |
+++ b/content/browser/compositor/surface_utils.h |
@@ -14,17 +14,14 @@ |
namespace cc { |
class CopyOutputResult; |
-class SurfaceIdAllocator; |
class SurfaceManager; |
} // namespace cc |
namespace content { |
-CONTENT_EXPORT |
-std::unique_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator(); |
+CONTENT_EXPORT uint32_t AllocateSurfaceClientId(); |
-CONTENT_EXPORT |
-cc::SurfaceManager* GetSurfaceManager(); |
+CONTENT_EXPORT cc::SurfaceManager* GetSurfaceManager(); |
void CopyFromCompositingSurfaceHasResult( |
const gfx::Size& dst_size_in_pixel, |