| Index: sky/engine/core/painting/Picture.h
|
| diff --git a/sky/engine/core/painting/Picture.h b/sky/engine/core/painting/Picture.h
|
| index aeb3eaa5a7be90bcd55ff43bb960786c6bef4362..fc12c942cac73ec3e99840735961602a8462ec42 100644
|
| --- a/sky/engine/core/painting/Picture.h
|
| +++ b/sky/engine/core/painting/Picture.h
|
| @@ -21,7 +21,7 @@ public:
|
| SkPicture* toSkia() const { return m_picture.get(); }
|
|
|
| private:
|
| - Picture(PassRefPtr<SkPicture> skPicture);
|
| + explicit Picture(PassRefPtr<SkPicture> skPicture);
|
|
|
| RefPtr<SkPicture> m_picture;
|
| };
|
|
|