Bug 1425484 - Part 5. Correct prototype of TakeExternalSurfaces. r=aosmond

This commit is contained in:
Andrew Osmond 2018-04-29 18:48:39 -04:00
parent 08df4e6e11
commit 66d22468b8

View File

@ -178,7 +178,7 @@ DestroyBlobGroupDataProperty(nsTArray<BlobItemData*>* aArray)
static void
TakeExternalSurfaces(WebRenderDrawEventRecorder* aRecorder,
std::vector<RefPtr<SourceSurface>> aExternalSurfaces,
std::vector<RefPtr<SourceSurface>>& aExternalSurfaces,
WebRenderLayerManager* aManager,
wr::IpcResourceUpdateQueue& aResources)
{