Bug 1405699 - Make the nsDisplayOwnLayer copy constructor copy the member mWrAnimationId. r=mattwoodrow

MozReview-Commit-ID: EF7EVnDPSqi

--HG--
extra : rebase_source : 189d512a5051a290d8fc27852f68cd18b647abbb
This commit is contained in:
Jonathan Watt 2017-09-20 16:01:33 +01:00
parent 8e6d4b8c02
commit 8ee38b40e9

View File

@ -4426,6 +4426,7 @@ public:
, mScrollTarget(aOther.mFlags)
, mThumbData(aOther.mThumbData)
, mForceActive(aOther.mForceActive)
, mWrAnimationId(aOther.mWrAnimationId)
{
MOZ_COUNT_CTOR(nsDisplayOwnLayer);
}