aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkBitmap.h')
-rw-r--r--include/core/SkBitmap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index dd9dc61bc0..bc43348e02 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -23,8 +23,7 @@ class SkPixelRef;
class SkRegion;
class SkString;
-// This is an opaque class, not interpreted by skia
-class SkGpuTexture;
+class GrTexture;
/** \class SkBitmap
@@ -365,7 +364,7 @@ public:
/** Returns the pixelRef's texture, or NULL
*/
- SkGpuTexture* getTexture() const;
+ GrTexture* getTexture() const;
/** Return the bitmap's colortable, if it uses one (i.e. fConfig is
kIndex8_Config) and the pixels are locked.