Index: src/core/SkBitmap.cpp |
diff --git a/src/core/SkBitmap.cpp b/src/core/SkBitmap.cpp |
index b53e4bc3506704f19ae88e79fcb72458f2c516d1..e98cffb52b5850a2866b3006a307bf1d1b1a395d 100644 |
--- a/src/core/SkBitmap.cpp |
+++ b/src/core/SkBitmap.cpp |
@@ -426,7 +426,7 @@ void SkBitmap::notifyPixelsChanged() const { |
} |
} |
-SkGpuTexture* SkBitmap::getTexture() const { |
+GrTexture* SkBitmap::getTexture() const { |
return fPixelRef ? fPixelRef->getTexture() : NULL; |
} |