| Index: src/gpu/GrPath.h
|
| diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h
|
| index ee3123f9b59a9c0ea4fa6c34d2c5a3d6c09f3cf7..19538370d50410a71b1ef4361f3de902d8eab186 100644
|
| --- a/src/gpu/GrPath.h
|
| +++ b/src/gpu/GrPath.h
|
| @@ -14,6 +14,8 @@
|
| #include "SkPath.h"
|
| #include "SkRect.h"
|
|
|
| +class GrShape;
|
| +
|
| class GrPath : public GrGpuResource {
|
| public:
|
| /**
|
| @@ -30,8 +32,7 @@ public:
|
| {
|
| }
|
|
|
| - static void ComputeKey(const SkPath& path, const GrStyle& style, GrUniqueKey* key,
|
| - bool* outIsVolatile);
|
| + static void ComputeKey(const GrShape&, GrUniqueKey* key, bool* outIsVolatile);
|
|
|
| const SkRect& getBounds() const { return fBounds; }
|
|
|
|
|