| Index: src/gpu/GrStencilAndCoverTextContext.h
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
|
| index 535ebdbbb81b04075a27395bbcf02d189ed4e26a..dabd3b388de04127440b7adedcf75e2ac2cdaf9c 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.h
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.h
|
| @@ -9,7 +9,6 @@
|
| #define GrStencilAndCoverTextContext_DEFINED
|
|
|
| #include "GrTextContext.h"
|
| -#include "GrDrawState.h"
|
| #include "GrDrawTarget.h"
|
| #include "SkStrokeRec.h"
|
|
|
| @@ -52,6 +51,7 @@ private:
|
| kMaxPerformance_RenderMode,
|
| };
|
|
|
| + GrDrawState fDrawState;
|
| GrDrawState::AutoRestoreEffects fStateRestore;
|
| SkScalar fTextRatio;
|
| float fTextInverseRatio;
|
|
|