Chromium Code Reviews| Index: include/gpu/GrContext.h |
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
| index 03665d70113087776ed1eb8eb0a90abd707bb0c0..1770fa6ee4db7460f469b9316ef442ea60fb0bbf 100644 |
| --- a/include/gpu/GrContext.h |
| +++ b/include/gpu/GrContext.h |
| @@ -50,11 +50,6 @@ public: |
| */ |
| static GrContext* Create(GrBackend, GrBackendContext); |
| - /** |
| - * Returns the number of GrContext instances for the current thread. |
| - */ |
| - static int GetThreadInstanceCount(); |
| - |
| virtual ~GrContext(); |
| /** |