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 6638afd051f6b5bbf7f1a1d209d6571d6d0ee347..6a71b7a46303e3f187e4674485e7039c4a4f2fda 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -126,8 +126,9 @@ class CONTENT_EXPORT CompositorImpl |
#if defined(ENABLE_VULKAN) |
void CreateVulkanOutputSurface(); |
#endif |
- void CreateCompositorOutputSurface( |
- const scoped_refptr<cc::ContextProvider>& context_provider); |
+ void OnGpuChannelEstablished( |
+ scoped_refptr<gpu::GpuChannelHost> gpu_channel_host, |
+ ui::ContextProviderFactory::GpuChannelHostResult result); |
void InitializeDisplay( |
std::unique_ptr<cc::OutputSurface> display_output_surface, |
scoped_refptr<cc::VulkanContextProvider> vulkan_context_provider, |