| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 4d9c462b73c36ab5a506e5eb07ed20da570c30ab..a4d8ab69f7335b9d0075e42ef37cff18eb498842 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -189,7 +189,8 @@ public:
|
|
|
| /**
|
| * Create a new surface matching the specified info, one that attempts to
|
| - * be maximally compatible when used with this canvas.
|
| + * be maximally compatible when used with this canvas. If there is no matching Surface type,
|
| + * NULL is returned.
|
| */
|
| SkSurface* newSurface(const SkImageInfo&);
|
|
|
|
|