| Index: include/private/GrSurfaceProxy.h | 
| diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h | 
| index 539aaf65aa7b2c22751c40a7b181d8cd3b326a23..ec35989f506b0c8236c28d5715b73c823e98b4ff 100644 | 
| --- a/include/private/GrSurfaceProxy.h | 
| +++ b/include/private/GrSurfaceProxy.h | 
| @@ -92,7 +92,7 @@ public: | 
| * Helper that gets the width and height of the surface as a bounding rectangle. | 
| */ | 
| SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } | 
| - | 
| + | 
| /** | 
| * @return the texture proxy associated with the surface proxy, may be NULL. | 
| */ | 
|  |