Remove TabParent use of CompositorBridgeParent. (bug 1274149 part 4, r=mattwoodrow)
This commit is contained in:
@@ -78,5 +78,23 @@ GPUProcessManager::DeallocateLayerTreeId(uint64_t aLayersId)
|
||||
CompositorBridgeParent::DeallocateLayerTreeId(aLayersId);
|
||||
}
|
||||
|
||||
void
|
||||
GPUProcessManager::RequestNotifyLayerTreeReady(uint64_t aLayersId, CompositorUpdateObserver* aObserver)
|
||||
{
|
||||
CompositorBridgeParent::RequestNotifyLayerTreeReady(aLayersId, aObserver);
|
||||
}
|
||||
|
||||
void
|
||||
GPUProcessManager::RequestNotifyLayerTreeCleared(uint64_t aLayersId, CompositorUpdateObserver* aObserver)
|
||||
{
|
||||
CompositorBridgeParent::RequestNotifyLayerTreeCleared(aLayersId, aObserver);
|
||||
}
|
||||
|
||||
void
|
||||
GPUProcessManager::SwapLayerTreeObservers(uint64_t aLayer, uint64_t aOtherLayer)
|
||||
{
|
||||
CompositorBridgeParent::SwapLayerTreeObservers(aLayer, aOtherLayer);
|
||||
}
|
||||
|
||||
} // namespace gfx
|
||||
} // namespace mozilla
|
||||
|
||||
Reference in New Issue
Block a user