Chromium Code Reviews| Index: include/gpu/GrSurface.h |
| diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h |
| index f741c77d2bfe51930d23f38ab028712d0d9411af..a851c9e03c41e4935a6b59a164f1ca29de8bda6a 100644 |
| --- a/include/gpu/GrSurface.h |
| +++ b/include/gpu/GrSurface.h |
| @@ -59,7 +59,7 @@ public: |
| */ |
| const GrTextureDesc& desc() const { return fDesc; } |
| - void asImageInfo(SkImageInfo*) const; |
| + SkImageInfo info() const; |
| /** |
| * @return the texture associated with the surface, may be NULL. |