Index: content/browser/compositor/gpu_process_transport_factory.h |
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h |
index de913bc148c5eb9ea4e0211854eba1d731750391..7058db4a53d9379de452c990a77252971190e46c 100644 |
--- a/content/browser/compositor/gpu_process_transport_factory.h |
+++ b/content/browser/compositor/gpu_process_transport_factory.h |
@@ -90,9 +90,11 @@ class GpuProcessTransportFactory |
PerCompositorData* CreatePerCompositorData(ui::Compositor* compositor); |
std::unique_ptr<cc::SoftwareOutputDevice> CreateSoftwareOutputDevice( |
ui::Compositor* compositor); |
- void EstablishedGpuChannel(base::WeakPtr<ui::Compositor> compositor, |
- bool create_gpu_output_surface, |
- int num_attempts); |
+ void EstablishedGpuChannel( |
+ base::WeakPtr<ui::Compositor> compositor, |
+ bool create_gpu_output_surface, |
+ int num_attempts, |
+ scoped_refptr<gpu::GpuChannelHost> established_channel_host); |
void OnLostMainThreadSharedContextInsideCallback(); |
void OnLostMainThreadSharedContext(); |