aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 3d915d8b55..162d882e85 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -23,8 +23,7 @@ class SkMatrix;
class SkMetaData;
class SkRegion;
-// This is an opaque class, not interpreted by skia
-class SkGpuRenderTarget;
+class GrRenderTarget;
class SK_API SkDevice : public SkRefCnt {
public:
@@ -160,7 +159,7 @@ public:
/**
* Return the device's associated gpu render target, or NULL.
*/
- virtual SkGpuRenderTarget* accessRenderTarget() { return NULL; }
+ virtual GrRenderTarget* accessRenderTarget() { return NULL; }
/**