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