Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 1408a71562571dab63ad5275bfa4933c2e0e95aa..5bf074d120330de0e887a3e9e7c057dcb462575e 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -18,9 +18,6 @@ |
#include "GrContext.h" |
#include "GrSurfacePriv.h" |
-struct SkDrawProcs; |
-struct GrSkDrawProcs; |
- |
class GrAccelData; |
class GrTextureProducer; |
struct GrCachedLayer; |
@@ -154,7 +151,6 @@ protected: |
private: |
GrContext* fContext; |
- GrSkDrawProcs* fDrawProcs; |
SkAutoTUnref<const SkClipStack> fClipStack; |
SkIPoint fClipOrigin; |
GrClip fClip; |