Merge m-c to graphics
MozReview-Commit-ID: 61tTUPMawYc
This commit is contained in:
@@ -226,6 +226,7 @@ WebRenderBridgeParent::HandleDPEnd(const gfx::IntSize& aSize,
|
||||
const WrAuxiliaryListsDescriptor& auxDesc)
|
||||
{
|
||||
UpdateFwdTransactionId(aFwdTransactionId);
|
||||
AutoClearReadLocks clearLocks(mReadLocks);
|
||||
|
||||
if (mDestroyed) {
|
||||
for (const auto& op : aToDestroy) {
|
||||
@@ -657,6 +658,15 @@ WebRenderBridgeParent::RecvReleaseCompositable(const CompositableHandle& aHandle
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
mozilla::ipc::IPCResult
|
||||
WebRenderBridgeParent::RecvInitReadLocks(ReadLockArray&& aReadLocks)
|
||||
{
|
||||
if (!AddReadLocks(Move(aReadLocks))) {
|
||||
return IPC_FAIL_NO_REASON(this);
|
||||
}
|
||||
return IPC_OK();
|
||||
}
|
||||
|
||||
void
|
||||
WebRenderBridgeParent::SetWebRenderProfilerEnabled(bool aEnabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user