Chromium Code Reviews| Index: include/core/SkSurface.h | 
| diff --git a/include/core/SkSurface.h b/include/core/SkSurface.h | 
| index 3b7df4257f7fca74d43a562920223ace97cdb6c7..f126465b3b0ff65cec92cbf1b7b64d48e3c554b6 100644 | 
| --- a/include/core/SkSurface.h | 
| +++ b/include/core/SkSurface.h | 
| @@ -153,6 +153,7 @@ public: | 
| protected: | 
| SkSurface(int width, int height); | 
| + SkSurface(const SkImageInfo&); | 
| // called by subclass if their contents have changed | 
| void dirtyGenerationID() { |