diff options
Diffstat (limited to 'gfx/layers/ipc/PCompositorBridge.ipdl')
-rw-r--r-- | gfx/layers/ipc/PCompositorBridge.ipdl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/layers/ipc/PCompositorBridge.ipdl b/gfx/layers/ipc/PCompositorBridge.ipdl index 03a3535063..f47e45d92c 100644 --- a/gfx/layers/ipc/PCompositorBridge.ipdl +++ b/gfx/layers/ipc/PCompositorBridge.ipdl @@ -184,12 +184,6 @@ parent: // work around a windows presentation bug (See Bug 1232042) async ForcePresent(); - sync StartFrameTimeRecording(int32_t bufferSize) - returns (uint32_t startIndex); - - sync StopFrameTimeRecording(uint32_t startIndex) - returns (float[] intervals); - // layersBackendHints is an ordered list of preffered backends where // layersBackendHints[0] is the best backend. If any hints are LayersBackend::LAYERS_NONE // that hint is ignored. |