aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar brianosman <brianosman@google.com>2016-02-25 13:40:42 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-25 13:40:42 -0800
commit436d9851b510004e1bdfb88da42ea45203751fc5 (patch)
treed5fb75509edd2934dfa4632b617c96c5577c1394 /src/gpu/GrGpu.h
parentb976b2761f0bb651edb1e7fe3becc1889cfe3fc4 (diff)
Fix copy-paste typo in comment.
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index 0fef7a2015..9514d2d497 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -102,7 +102,7 @@ public:
GrTexture* wrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership);
/**
- * Implements GrTextureProvider::wrapBackendTexture
+ * Implements GrTextureProvider::wrapBackendRenderTarget
*/
GrRenderTarget* wrapBackendRenderTarget(const GrBackendRenderTargetDesc&, GrWrapOwnership);