Bug 764704 - Reorder initializer list in gfxReusableSurfaceWrapper r=benwa

This commit is contained in:
David Zbarsky 2012-06-14 14:08:12 -07:00
parent 09a2e42ded
commit 73f1ca6717

View File

@ -8,8 +8,8 @@
gfxReusableSurfaceWrapper::gfxReusableSurfaceWrapper(gfxImageSurface* aSurface)
: mSurface(aSurface)
, mSurfaceData(aSurface->Data())
, mFormat(aSurface->Format())
, mSurfaceData(aSurface->Data())
, mReadCount(0)
{
MOZ_COUNT_CTOR(gfxReusableSurfaceWrapper);