From c3cf5a515d6e2393fe3147f63a37028b6b42d103 Mon Sep 17 00:00:00 2001 From: rmistry Date: Tue, 26 Aug 2014 10:43:14 -0700 Subject: Revert of Testing TBR'ing public API owners (patchset #1 of https://codereview.chromium.org/486203009/) Reason for revert: Reverting whitespace change Original issue's description: > Testing TBR'ing public API owners > > BUG=skia:2870 > TBR=xyz,reed > NOTRY=true > > (SkipBuildbotRuns) > > Committed: https://skia.googlesource.com/skia/+/96b77dee4e985513abd4042db088bd286fd84383 TBR= NOTREECHECKS=true NOTRY=true BUG=skia:2870 (SkipBuildbotRuns) Author: rmistry@google.com Review URL: https://codereview.chromium.org/504193003 --- include/utils/SkWGL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h index 2124775211..d502eb0aa7 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 -- cgit v1.2.3