Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: include/core/SkBitmap.h

Issue 17269003: Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTextur… (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/texdata.cpp ('k') | include/core/SkDevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « gm/texdata.cpp ('k') | include/core/SkDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698