summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/skia/include/core/SkRasterizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/skia/include/core/SkRasterizer.h')
-rw-r--r--chromium/third_party/skia/include/core/SkRasterizer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/third_party/skia/include/core/SkRasterizer.h b/chromium/third_party/skia/include/core/SkRasterizer.h
index 6e6224ef356..d6e514c2632 100644
--- a/chromium/third_party/skia/include/core/SkRasterizer.h
+++ b/chromium/third_party/skia/include/core/SkRasterizer.h
@@ -22,8 +22,6 @@ class SK_API SkRasterizer : public SkFlattenable {
public:
SK_DECLARE_INST_COUNT(SkRasterizer)
- SkRasterizer() {}
-
/** Turn the path into a mask, respecting the specified local->device matrix.
*/
bool rasterize(const SkPath& path, const SkMatrix& matrix,
@@ -33,7 +31,8 @@ public:
SK_DEFINE_FLATTENABLE_TYPE(SkRasterizer)
protected:
- SkRasterizer(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {}
+ SkRasterizer() {}
+ SkRasterizer(SkReadBuffer& buffer) : INHERITED(buffer) {}
virtual bool onRasterize(const SkPath& path, const SkMatrix& matrix,
const SkIRect* clipBounds,