| commit | 00142c44057e5a7c156b17a4bfc98a9605cf3f18 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 02 19:42:54 2013 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 02 19:42:54 2013 +0000 |
| tree | 2b22c0bad592edf041471719080b05ded059984f | |
| parent | 5bdfb331ac650cf464baa96a49e2473ee10a515c [diff] [blame] |
Fix GL extension printing on core profiles. R=robertphillips@google.com Review URL: https://codereview.chromium.org/14864002 git-svn-id: http://skia.googlecode.com/svn/trunk@8970 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h index d0970a6..f4e950a 100644 --- a/include/gpu/gl/GrGLExtensions.h +++ b/include/gpu/gl/GrGLExtensions.h
@@ -40,6 +40,8 @@ void reset() { fStrings.reset(); } + void print(const char* sep = "\n") const; + private: SkTArray<SkString> fStrings; };