aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils/SkWGL.h
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2014-08-26 10:41:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-26 10:41:21 -0700
commit96b77dee4e985513abd4042db088bd286fd84383 (patch)
tree3ee73a46f45f7d9b3a4d4ced84e7c0c9c8e123da /include/utils/SkWGL.h
parenta4c6094177ebde18c706cbcfbd2013d0a088e0ee (diff)
Testing TBR'ing public API owners
BUG=skia:2870 TBR=xyz,reed NOTRY=true (SkipBuildbotRuns) Author: rmistry@google.com Review URL: https://codereview.chromium.org/486203009
Diffstat (limited to 'include/utils/SkWGL.h')
-rw-r--r--include/utils/SkWGL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h
index d502eb0aa7..2124775211 100644
--- a/include/utils/SkWGL.h
+++ b/include/utils/SkWGL.h
@@ -15,7 +15,7 @@
* Working with WGL extensions can be a pain. Among the reasons is that You must
* have a GL context to get the proc addresses, but you want to use the procs to
* create a context in the first place. So you have to create a dummy GL ctx to
- * get the proc addresses.
+ * get the proc addresses.
*
* This file helps by providing SkCreateWGLInterface(). It returns a struct of
* function pointers that it initializes. It also has a helper function to query