Index: src/image/SkSurface_Base.h |
diff --git a/src/image/SkSurface_Base.h b/src/image/SkSurface_Base.h |
index 6ea8d60bb7fade2920bdc30091247b689cf0c685..cbae5bc5c4a0f82909395f77193a515ee847b5ac 100644 |
--- a/src/image/SkSurface_Base.h |
+++ b/src/image/SkSurface_Base.h |
@@ -24,7 +24,7 @@ public: |
*/ |
virtual SkCanvas* onNewCanvas() = 0; |
- virtual SkSurface* onNewSurface(const SkImage::Info&) = 0; |
+ virtual SkSurface* onNewSurface(const SkImageInfo&) = 0; |
/** |
* Allocate an SkImage that represents the current contents of the surface. |