| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 4e7ed3066e80069782f2d25c1ad0ca432ea71f37..3eecaf760a787f5e17c7352b51da5759a06472c3 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -87,7 +87,7 @@ public:
|
| * by any device/pixels. Typically this use used by subclasses who handle
|
| * the draw calls in some other way.
|
| */
|
| - SkCanvas(int width, int height);
|
| + SkCanvas(int width, int height, const SkSurfaceProps* = NULL);
|
|
|
| /** Construct a canvas with the specified device to draw into.
|
|
|
|
|