diff options
author | Brian Salomon <bsalomon@google.com> | 2017-05-17 10:40:02 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-17 18:56:50 +0000 |
commit | 154ce91dc96187229d0bc84cf10a77f480194e6f (patch) | |
tree | a6528cbf005968f723a6add1327df6fce917626b /include | |
parent | 98bff776d3cd1b077783e41092c3f1091d8c1519 (diff) |
Replace most uses of GrSurface::desc() with conifg(), width(), etc.
Change-Id: Ic283c0ddf9efa0a467e97e10f5413ba9dfcb414f
Reviewed-on: https://skia-review.googlesource.com/17211
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
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; } |