aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-02-07 12:31:02 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-07 18:28:37 +0000
commite8827d254f48ce12df8cd280df3e427170519f47 (patch)
treea826be60d181dc637f75407672fcb299727f61b9 /include
parent76fff8661f6c3a9133ac9903e0e6d515234598ce (diff)
Address feedback on makeTextureImage
BUG=skia: Whitespace change in public API. Change-Id: Iaab7b0ed6b157b1c246eae5f0f0440b0ae4d72ab Reviewed-on: https://skia-review.googlesource.com/8130 Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 532708a3d0..cb025468f0 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -326,7 +326,7 @@ public:
* Ensures that an image is backed by a texture (when GrContext is non-null), suitable for use
* with surfaces that have the supplied destination color space. If no transformation is
* required, the returned image may be the same as this image. If this image is from a
- * different GrContext, this will fail.
+ * different GrContext, this will fail.
*/
sk_sp<SkImage> makeTextureImage(GrContext*, SkColorSpace* dstColorSpace) const;