| Index: src/image/SkSurface_Base.h
|
| diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h
|
| index 4da4cfb496866081daa7f343c1d649436a34c27c..e7fa57af0d2b3319f7dc326752904f523e4bb628 100644
|
| --- a/src/image/SkSurface_Base.h
|
| +++ b/src/image/SkSurface_Base.h
|
| @@ -8,14 +8,13 @@
|
| #ifndef SkSurface_Base_DEFINED
|
| #define SkSurface_Base_DEFINED
|
|
|
| +#include "SkSurface.h"
|
| #include "SkCanvas.h"
|
| -#include "SkSurface.h"
|
| -#include "SkSurfacePriv.h"
|
|
|
| class SkSurface_Base : public SkSurface {
|
| public:
|
| - SkSurface_Base(int width, int height, const SkSurfaceProps*);
|
| - SkSurface_Base(const SkImageInfo&, const SkSurfaceProps*);
|
| + SkSurface_Base(int width, int height);
|
| + explicit SkSurface_Base(const SkImageInfo&);
|
| virtual ~SkSurface_Base();
|
|
|
| /**
|
|
|