skia2/include/gpu/gl
mtklein 72c9faab45 Fix up all the easy virtual ... SK_OVERRIDE cases.
This fixes every case where virtual and SK_OVERRIDE were on the same line,
which should be the bulk of cases.  We'll have to manually clean up the rest
over time unless I level up in regexes.

for f in (find . -type f); perl -p -i -e 's/virtual (.*)SK_OVERRIDE/\1SK_OVERRIDE/g' $f; end

BUG=skia:

Review URL: https://codereview.chromium.org/806653007
2015-01-09 10:06:40 -08:00
..
GrGLConfig_chrome.h Working patch to remove constant attributes. This may cause some gm mismatches, I will rebaseline tonight. 2014-10-28 10:27:44 -07:00
GrGLConfig.h Cleanup: Go with SkDebugf instead of GrPrintf. 2014-10-31 07:11:12 -07:00
GrGLExtensions.h Add SK_API to GrGLExtensions 2014-02-25 02:14:57 +00:00
GrGLFunctions.h Add glGetShaderPrecisionFormat 2014-12-03 10:46:08 -08:00
GrGLInterface.h Add glGetShaderPrecisionFormat 2014-12-03 10:46:08 -08:00
GrGLSLPrettyPrint.h Pretty print of shaders 2014-08-08 09:41:42 -07:00
SkGLContext.h Fix up all the easy virtual ... SK_OVERRIDE cases. 2015-01-09 10:06:40 -08:00