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

Unified Diff: services/ui/ws/platform_display.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/platform_display.h
diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
index 4c1a7d5cd11f254a68c27eb198bca2022f615058..9b64222ebb4dec5898f2c560d90c0df09815e030 100644
--- a/services/ui/ws/platform_display.h
+++ b/services/ui/ws/platform_display.h
@@ -69,11 +69,6 @@ class PlatformDisplay {
virtual FrameGenerator* GetFrameGenerator() = 0;
- // Notifies the PlatformDisplay that a connection to the gpu has been
- // established.
- virtual void OnGpuChannelEstablished(
- scoped_refptr<gpu::GpuChannelHost> gpu_channel) = 0;
-
// Overrides factory for testing. Default (NULL) value indicates regular
// (non-test) environment.
static void set_factory_for_testing(PlatformDisplayFactory* factory) {

Powered by Google App Engine
This is Rietveld 408576698