Bug 1375897 - Report a success return from nsDOMWindowUtils::FlushApzRepaints in the WR-enabled codepath. r=botond

MozReview-Commit-ID: 5MaDaQjqu3p

--HG--
extra : rebase_source : a1210fa3d24db3401e44ea40ef185f241177b16a
This commit is contained in:
Kartikaya Gupta 2017-06-23 12:45:49 -04:00
parent 9256b89331
commit 0514137fed

View File

@ -2600,6 +2600,7 @@ nsDOMWindowUtils::FlushApzRepaints(bool* aOutResult)
return NS_ERROR_UNEXPECTED;
}
wrbc->SendFlushApzRepaints();
*aOutResult = true;
return NS_OK;
}
ShadowLayerForwarder* forwarder = manager->AsShadowForwarder();