Merge m-c to graphics

MozReview-Commit-ID: 61tTUPMawYc
This commit is contained in:
Kartikaya Gupta
2017-03-06 09:45:02 -05:00
761 changed files with 59780 additions and 47875 deletions

View File

@@ -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)
{