Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index ad185479801c8b71d66c7e7381412a3be5ab13e8..82eb612da17791609ee8836e6146f1f0ca0002b7 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 |
@@ -369,7 +368,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 or kRLE_Index8_Config) and the pixels are locked. |