Bug 933019, part 11 - Remove gfxContext::mCairo. r=Bas

This commit is contained in:
Jonathan Watt 2014-07-10 10:58:08 +01:00
parent e97062ceea
commit 3b63b51b29
2 changed files with 458 additions and 1083 deletions

File diff suppressed because it is too large Load Diff

View File

@ -792,7 +792,6 @@ private:
AzureState &CurrentState() { return mStateStack[mStateStack.Length() - 1]; }
const AzureState &CurrentState() const { return mStateStack[mStateStack.Length() - 1]; }
cairo_t *mCairo;
cairo_t *mRefCairo;
nsRefPtr<gfxASurface> mSurface;
int32_t mFlags;