diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-02 19:42:54 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-02 19:42:54 +0000 |
commit | 00142c44057e5a7c156b17a4bfc98a9605cf3f18 (patch) | |
tree | 2b22c0bad592edf041471719080b05ded059984f /include | |
parent | 5bdfb331ac650cf464baa96a49e2473ee10a515c (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/gl/GrGLExtensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/gl/GrGLExtensions.h b/include/gpu/gl/GrGLExtensions.h index d0970a650d..f4e950a7ad 100644 --- a/include/gpu/gl/GrGLExtensions.h +++ b/include/gpu/gl/GrGLExtensions.h @@ -40,6 +40,8 @@ public: void reset() { fStrings.reset(); } + void print(const char* sep = "\n") const; + private: SkTArray<SkString> fStrings; }; |