Bug 1298318 followup - Add notice comment in SVGImageContext. r=dholbert

Comment-only, so DONTBUILD (and KWierso says it's OK to land this on CLOSED TREE)

MozReview-Commit-ID: BKxFHeXxipf
This commit is contained in:
Kevin Chen 2016-09-14 12:28:54 -07:00
parent f779775754
commit 1560ed91a0

View File

@ -76,6 +76,7 @@ private:
return aPAR.Hash();
}
// NOTE: When adding new member-vars, remember to update Hash() & operator==.
CSSIntSize mViewportSize;
Maybe<SVGPreserveAspectRatio> mPreserveAspectRatio;
gfxFloat mGlobalOpacity;