| Index: src/gpu/GrPathRenderer.h
|
| diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h
|
| index c49dd482f8ddc3601911c3287b1c8b307fcb65be..f86eb9fe54783b502875c7dc048e2041560c64a2 100644
|
| --- a/src/gpu/GrPathRenderer.h
|
| +++ b/src/gpu/GrPathRenderer.h
|
| @@ -27,7 +27,7 @@ struct GrPoint;
|
| * stages before GrPaint::kTotalStages are reserved for setting up the draw (i.e., textures and
|
| * filter masks).
|
| */
|
| -class SK_API GrPathRenderer : public GrRefCnt {
|
| +class SK_API GrPathRenderer : public SkRefCnt {
|
| public:
|
| SK_DECLARE_INST_COUNT(GrPathRenderer)
|
|
|
| @@ -192,7 +192,7 @@ protected:
|
|
|
| private:
|
|
|
| - typedef GrRefCnt INHERITED;
|
| + typedef SkRefCnt INHERITED;
|
| };
|
|
|
| #endif
|
|
|