| Index: include/utils/SkNWayCanvas.h
 | 
| ===================================================================
 | 
| --- include/utils/SkNWayCanvas.h	(revision 13622)
 | 
| +++ include/utils/SkNWayCanvas.h	(working copy)
 | 
| @@ -33,11 +33,6 @@
 | 
|      virtual bool skew(SkScalar sx, SkScalar sy) SK_OVERRIDE;
 | 
|      virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE;
 | 
|      virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
 | 
| -    virtual bool clipRect(const SkRect&, SkRegion::Op, bool) SK_OVERRIDE;
 | 
| -    virtual bool clipRRect(const SkRRect&, SkRegion::Op, bool) SK_OVERRIDE;
 | 
| -    virtual bool clipPath(const SkPath&, SkRegion::Op, bool) SK_OVERRIDE;
 | 
| -    virtual bool clipRegion(const SkRegion& deviceRgn,
 | 
| -                            SkRegion::Op) SK_OVERRIDE;
 | 
|      virtual void clear(SkColor) SK_OVERRIDE;
 | 
|      virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
 | 
|      virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
 | 
| @@ -88,6 +83,11 @@
 | 
|  
 | 
|      virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
 | 
|  
 | 
| +    virtual void onClipRect(const SkRect&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE;
 | 
| +    virtual void onClipRRect(const SkRRect&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE;
 | 
| +    virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE;
 | 
| +    virtual void onClipRegion(const SkRegion&, SkRegion::Op) SK_OVERRIDE;
 | 
| +
 | 
|      class Iter;
 | 
|  
 | 
|  private:
 | 
| 
 |