| Index: services/ui/ws/gpu_service_proxy_delegate.h
|
| diff --git a/services/ui/ws/gpu_service_proxy_delegate.h b/services/ui/ws/gpu_service_proxy_delegate.h
|
| index 5cf32d5742571b721527ab678b186aabbf8fa9ed..6f1864681af53c9cd9d8a46ab3c19d38cb0731c7 100644
|
| --- a/services/ui/ws/gpu_service_proxy_delegate.h
|
| +++ b/services/ui/ws/gpu_service_proxy_delegate.h
|
| @@ -18,8 +18,7 @@ class GpuServiceProxyDelegate {
|
| public:
|
| virtual ~GpuServiceProxyDelegate() {}
|
|
|
| - virtual void OnGpuChannelEstablished(
|
| - scoped_refptr<gpu::GpuChannelHost> gpu_channel) = 0;
|
| + virtual void OnGpuServiceInitialized() = 0;
|
| };
|
|
|
| } // namespace ws
|
|
|