Bug 1072847 - Initialize mSurface. r=BenWa

--HG--
extra : rebase_source : abd536b8cd2e91c28ea0cd09e21a12da1e8dcee1
This commit is contained in:
Jeff Muizelaar 2014-10-28 10:08:25 -04:00
parent a7f04dfe6e
commit b1829c324e

View File

@ -510,6 +510,7 @@ NeedIntermediateSurface(const Pattern& aPattern, const DrawOptions& aOptions)
DrawTargetCairo::DrawTargetCairo()
: mContext(nullptr)
, mSurface(nullptr)
, mLockedBits(nullptr)
{
}