mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933019, part 11 - Remove gfxContext::mCairo. r=Bas
This commit is contained in:
parent
e97062ceea
commit
3b63b51b29
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user