| Index: include/gpu/GrSurface.h
|
| diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h
|
| index 15e44ab593675acc7f03db4dd214b867c9ec0153..f741c77d2bfe51930d23f38ab028712d0d9411af 100644
|
| --- a/include/gpu/GrSurface.h
|
| +++ b/include/gpu/GrSurface.h
|
| @@ -10,14 +10,14 @@
|
| #define GrSurface_DEFINED
|
|
|
| #include "GrTypes.h"
|
| -#include "GrResource.h"
|
| +#include "GrGpuObject.h"
|
| #include "SkRect.h"
|
|
|
| class GrTexture;
|
| class GrRenderTarget;
|
| struct SkImageInfo;
|
|
|
| -class GrSurface : public GrResource {
|
| +class GrSurface : public GrGpuObject {
|
| public:
|
| SK_DECLARE_INST_COUNT(GrSurface);
|
|
|
| @@ -144,7 +144,7 @@ protected:
|
| GrTextureDesc fDesc;
|
|
|
| private:
|
| - typedef GrResource INHERITED;
|
| + typedef GrGpuObject INHERITED;
|
| };
|
|
|
| #endif // GrSurface_DEFINED
|
|
|