diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrSurface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrSurface.h b/include/gpu/GrSurface.h index 668838b2d5..b6d1c50e73 100644 --- a/include/gpu/GrSurface.h +++ b/include/gpu/GrSurface.h @@ -50,7 +50,7 @@ public: GrPixelConfig config() const { return fDesc.fConfig; } /** - * Return the descriptor describing the surface + * Return the descriptor describing the surface. */ const GrSurfaceDesc& desc() const { return fDesc; } |