From 7504ca8ab4b0a145488f03c51a0f78ffd5682174 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 26 Nov 2018 16:41:20 +0100 Subject: Remove VR hardware support. This resolves #881 --- gfx/ipc/PGPU.ipdl | 3 --- 1 file changed, 3 deletions(-) (limited to 'gfx/ipc/PGPU.ipdl') diff --git a/gfx/ipc/PGPU.ipdl b/gfx/ipc/PGPU.ipdl index d36c51394..a2c035c75 100644 --- a/gfx/ipc/PGPU.ipdl +++ b/gfx/ipc/PGPU.ipdl @@ -6,7 +6,6 @@ include GraphicsMessages; include protocol PCompositorBridge; include protocol PImageBridge; -include protocol PVRManager; include protocol PVsyncBridge; include protocol PVideoDecoderManager; @@ -47,7 +46,6 @@ parent: async InitVsyncBridge(Endpoint endpoint); async InitImageBridge(Endpoint endpoint); - async InitVRManager(Endpoint endpoint); // Called to update a gfx preference or variable. async UpdatePref(GfxPrefSetting pref); @@ -63,7 +61,6 @@ parent: // Create a new content-process compositor bridge. async NewContentCompositorBridge(Endpoint endpoint); async NewContentImageBridge(Endpoint endpoint); - async NewContentVRManager(Endpoint endpoint); async NewContentVideoDecoderManager(Endpoint endpoint); // Called to notify the GPU process of who owns a layersId. -- cgit v1.2.3