Index: include/gpu/GrSurface.h |
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
index 4d40e2e8142cfdbe9fe1a8a9e360370553610cb3..123ab1b3c7811c320eee0b45fd6b97194d997600 100644 |
--- a/include/gpu/GrSurface.h |
+++ b/include/gpu/GrSurface.h |
@@ -137,7 +137,7 @@ public: |
protected: |
// Methods made available via GrSurfacePriv |
- SkImageInfo info() const; |
+ SkImageInfo info(SkAlphaType) const; |
bool savePixels(const char* filename); |
bool hasPendingRead() const; |
bool hasPendingWrite() const; |