Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 8fa81d62cb9db44c90e65f38873bf8b12e775932..62abd825d3da4738e429e59eefc837f5c097138d 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -9,7 +9,6 @@ |
#define GrGpu_DEFINED |
#include "GrDrawTarget.h" |
-#include "GrClipMaskManager.h" |
#include "GrPathRendering.h" |
#include "GrProgramDesc.h" |
#include "SkPath.h" |
@@ -299,16 +298,6 @@ public: |
return fResetTimestamp; |
} |
- enum PrivateDrawStateStateBits { |
- kFirstBit = (GrDrawState::kLastPublicStateBit << 1), |
- |
- kModifyStencilClip_StateBit = kFirstBit, // allows draws to modify |
- // stencil bits used for |
- // clipping. |
- }; |
- |
- void getPathStencilSettingsForFillType(SkPath::FillType fill, GrStencilSettings* outStencilSettings); |
- |
enum DrawType { |
kDrawPoints_DrawType, |
kDrawLines_DrawType, |
@@ -365,8 +354,6 @@ protected: |
unsigned int* ref, |
unsigned int* mask); |
- GrClipMaskManager fClipMaskManager; |
- |
GrContext::GPUStats fGPUStats; |
struct GeometryPoolState { |