Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: content/browser/renderer_host/compositor_impl_android.h

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: Addressed comments. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 518af7ca6a406b381f7db51a73e2b91515cab608..23f54228954f8d8f2fc181b987e485be747cd6c6 100644
--- a/content/browser/renderer_host/compositor_impl_android.h
+++ b/content/browser/renderer_host/compositor_impl_android.h
@@ -126,9 +126,9 @@ class CONTENT_EXPORT CompositorImpl
#if defined(ENABLE_VULKAN)
void CreateVulkanOutputSurface();
#endif
- void CreateCompositorOutputSurface(
- const scoped_refptr<cc::ContextProvider>& context_provider,
- ui::ContextProviderFactory::ContextCreationResult result);
+ void OnGpuChannelEstablished(
+ const 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,

Powered by Google App Engine
This is Rietveld 408576698