Index: src/gpu/GrPath.h |
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h |
index f481ea428644788af0add1c1fd1a1000214d8bca..d324e6a74556e7b4510ac67f6c9d1b7375e64183 100644 |
--- a/src/gpu/GrPath.h |
+++ b/src/gpu/GrPath.h |
@@ -8,13 +8,13 @@ |
#ifndef GrPath_DEFINED |
#define GrPath_DEFINED |
-#include "GrResource.h" |
+#include "GrGpuObject.h" |
#include "GrResourceCache.h" |
#include "SkPath.h" |
#include "SkRect.h" |
#include "SkStrokeRec.h" |
-class GrPath : public GrResource { |
+class GrPath : public GrGpuObject { |
public: |
SK_DECLARE_INST_COUNT(GrPath); |
@@ -41,7 +41,7 @@ protected: |
SkRect fBounds; |
private: |
- typedef GrResource INHERITED; |
+ typedef GrGpuObject INHERITED; |
}; |
#endif |