diff options
Diffstat (limited to 'gfx/layers/ipc/CompositorBridgeParent.cpp')
-rw-r--r-- | gfx/layers/ipc/CompositorBridgeParent.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gfx/layers/ipc/CompositorBridgeParent.cpp b/gfx/layers/ipc/CompositorBridgeParent.cpp index d08176b6a5..f92e74c147 100644 --- a/gfx/layers/ipc/CompositorBridgeParent.cpp +++ b/gfx/layers/ipc/CompositorBridgeParent.cpp @@ -817,27 +817,6 @@ CompositorBridgeParent::Invalidate() } bool -CompositorBridgeParent::RecvStartFrameTimeRecording(const int32_t& aBufferSize, uint32_t* aOutStartIndex) -{ - if (mLayerManager) { - *aOutStartIndex = mLayerManager->StartFrameTimeRecording(aBufferSize); - } else { - *aOutStartIndex = 0; - } - return true; -} - -bool -CompositorBridgeParent::RecvStopFrameTimeRecording(const uint32_t& aStartIndex, - InfallibleTArray<float>* intervals) -{ - if (mLayerManager) { - mLayerManager->StopFrameTimeRecording(aStartIndex, *intervals); - } - return true; -} - -bool CompositorBridgeParent::RecvClearApproximatelyVisibleRegions(const uint64_t& aLayersId, const uint32_t& aPresShellId) { |