| Index: include/utils/SkDeferredCanvas.h
|
| diff --git a/include/utils/SkDeferredCanvas.h b/include/utils/SkDeferredCanvas.h
|
| index c0613ed544b0e8eafed9038030112bb9d0fdb4f7..d62178517217c9d84fd2495c5c7a8e908b29949f 100644
|
| --- a/include/utils/SkDeferredCanvas.h
|
| +++ b/include/utils/SkDeferredCanvas.h
|
| @@ -25,7 +25,7 @@ class SkSurface;
|
| */
|
| class SK_API SkDeferredCanvas : public SkCanvas {
|
| public:
|
| - class NotificationClient;
|
| + class SK_API NotificationClient;
|
|
|
| /** Construct a canvas with the specified surface to draw into.
|
| This factory must be used for newImageSnapshot to work.
|
|
|