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

Unified Diff: include/core/SkCanvas.h

Issue 1925693002: remove 'deprecated' region from SkDraw (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update dox Created 4 years, 8 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 | « bench/CoverageBench.cpp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « bench/CoverageBench.cpp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698