Chromium Code Reviews| Index: cc/picture.h |
| diff --git a/cc/picture.h b/cc/picture.h |
| index 361578cf56711a28b4693769a71592cc2fa90aa3..87b906cb417110d0cf913cdf5042b06321eb0d38 100644 |
| --- a/cc/picture.h |
| +++ b/cc/picture.h |
| @@ -47,7 +47,7 @@ public: |
| std::list<skia::LazyPixelRef*>&); |
| private: |
| - Picture(gfx::Rect layer_rect); |
| + explicit Picture(gfx::Rect layer_rect); |
| // This constructor assumes SkPicture is already ref'd and transfers |
| // ownership to this picture. |
| Picture(const skia::RefPtr<SkPicture>&, |