| Index: include/gpu/GrPathRendererChain.h
|
| diff --git a/include/gpu/GrPathRendererChain.h b/include/gpu/GrPathRendererChain.h
|
| index d51a4bbf15447b9415c2580f0dc279a643224fdc..ca8c35bdeb371c39189fa4a8ede6415e64b5ae1f 100644
|
| --- a/include/gpu/GrPathRendererChain.h
|
| +++ b/include/gpu/GrPathRendererChain.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2011 Google Inc.
|
| *
|
| @@ -6,11 +5,10 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| #ifndef GrPathRendererChain_DEFINED
|
| #define GrPathRendererChain_DEFINED
|
|
|
| -#include "GrRefCnt.h"
|
| +#include "SkRefCnt.h"
|
| #include "SkTArray.h"
|
|
|
| class GrContext;
|
| @@ -64,7 +62,6 @@ public:
|
| StencilSupport* stencilSupport);
|
|
|
| private:
|
| -
|
| GrPathRendererChain();
|
|
|
| void init();
|
| @@ -79,5 +76,4 @@ private:
|
| typedef SkRefCnt INHERITED;
|
| };
|
|
|
| -
|
| #endif
|
|
|