| Index: include/utils/SkNWayCanvas.h
 | 
| diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
 | 
| index ec5d49afea700fbaa7bbf34aa7ea1b7eca6bfba1..a90f7d3dea0f0779cd5a4473779eba1eb066dee0 100644
 | 
| --- a/include/utils/SkNWayCanvas.h
 | 
| +++ b/include/utils/SkNWayCanvas.h
 | 
| @@ -23,6 +23,7 @@
 | 
|      ///////////////////////////////////////////////////////////////////////////
 | 
|      // These are forwarded to the N canvases we're referencing
 | 
|  
 | 
| +    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[],
 | 
|                              const SkPaint&) SK_OVERRIDE;
 | 
| 
 |