Chromium Code Reviews| Index: src/gpu/gl/GrGLPath.h |
| diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
| index 1ef1346133c92e9ade79320b32c33e4919aa53a6..914d8ec4804eb570e0a81b4c3257bbc02c03c84c 100644 |
| --- a/src/gpu/gl/GrGLPath.h |
| +++ b/src/gpu/gl/GrGLPath.h |
| @@ -40,7 +40,6 @@ public: |
| protected: |
| void onRelease() override; |
| void onAbandon() override; |
| - |
| private: |
| // TODO: Figure out how to get an approximate size of the path in Gpu memory. |
| size_t onGpuMemorySize() const override { return 100; } |