Chromium Code Reviews| Index: chrome/renderer/ggl/ggl.h |
| =================================================================== |
| --- chrome/renderer/ggl/ggl.h (revision 47287) |
| +++ chrome/renderer/ggl/ggl.h (working copy) |
| @@ -75,6 +75,9 @@ |
| // Destroy the given GGL context. |
| bool DestroyContext(Context* context); |
| +// TODO(gman): Remove this |
| +void DisableShaderTranslation(Context* context); |
| + |
| // Return the current GGL error. |
| Error GetError(); |