Chromium Code Reviews| Index: src/gpu/gl/GrGLContext.h |
| diff --git a/src/gpu/gl/GrGLContext.h b/src/gpu/gl/GrGLContext.h |
| index e6c9f9e040bf46bb01fe5f7db132ad4859569163..7f46522af290cc681697402b6d18c758bf7667a3 100644 |
| --- a/src/gpu/gl/GrGLContext.h |
| +++ b/src/gpu/gl/GrGLContext.h |
| @@ -65,6 +65,8 @@ public: |
| return fInterface->hasExtension(ext); |
| } |
| + const GrGLExtensions& extensions() const { return fInterface->fExtensions; } |
| + |
| /** |
| * Reset the information |
| */ |