| commit | 0b77d6892b067ad402c9678b0226bff70599fbe2 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 19 13:28:54 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 19 13:28:54 2011 +0000 |
| tree | c3659ba65d516bedf2d3a021f2b9f4be94d3f04b | |
| parent | 098660020cf06ef9a95934b9635ab6996145b3e2 [diff] [blame] |
Make GrGLInterface a per-GrContext refcounted object rather than a global Review URL: http://codereview.appspot.com/4901046/ git-svn-id: http://skia.googlecode.com/svn/trunk@2140 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/src/GrGLDefaultInterface_none.cpp b/gpu/src/GrGLDefaultInterface_none.cpp index 9b8e3f0..9378907 100644 --- a/gpu/src/GrGLDefaultInterface_none.cpp +++ b/gpu/src/GrGLDefaultInterface_none.cpp
@@ -7,5 +7,5 @@ */ -void GrGLSetDefaultGLInterface() { +void GrGLInitializeDefaultGLInterface() { }