| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 3bc86da515995d44d13dfcdcbd14ba9c1bab4db2..e77dd9126a2a37e1d308a920ca18a33d785daa83 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -64,7 +64,7 @@ class CONTENT_EXPORT CompositorImpl
|
| static bool IsInitialized();
|
|
|
| static cc::SurfaceManager* GetSurfaceManager();
|
| - static std::unique_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator();
|
| + static uint32_t AllocateSurfaceClientId();
|
|
|
| static scoped_refptr<cc::VulkanInProcessContextProvider>
|
| SharedVulkanContextProviderAndroid();
|
|
|