Chromium Code Reviews| Index: src/image/SkSurface_Base.h |
| diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h |
| index cbae5bc5c4a0f82909395f77193a515ee847b5ac..34f32ee1ce81cc72becf2f6d917fdd0f6fc35346 100644 |
| --- a/src/image/SkSurface_Base.h |
| +++ b/src/image/SkSurface_Base.h |
| @@ -14,6 +14,7 @@ |
| class SkSurface_Base : public SkSurface { |
| public: |
| SkSurface_Base(int width, int height); |
| + explicit SkSurface_Base(const SkImageInfo&); |
| virtual ~SkSurface_Base(); |
| /** |