Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 611603715be3df8cc747ff17fe1255bbe2c71c44..4853d35cef2c91b3f011553c331611a41af80c70 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -32,6 +32,7 @@ class SkMetaData; |
class SkPath; |
class SkPicture; |
class SkPixmap; |
+class SkRasterClip; |
class SkRRect; |
struct SkRSXform; |
class SkSurface; |
@@ -1259,7 +1260,7 @@ protected: |
SkBaseDevice* device() const; |
const SkMatrix& matrix() const; |
- const SkRegion& clip() const; |
+ const SkRasterClip& clip() const; |
const SkPaint& paint() const; |
int x() const; |
int y() const; |