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

Unified Diff: services/ui/ws/gpu_service_proxy_delegate.h

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Speculative fix for android build issue Created 4 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698