Chromium Code Reviews| Index: src/gpu/gl/GrGLPath.h |
| diff --git a/src/gpu/gl/GrGLPath.h b/src/gpu/gl/GrGLPath.h |
| index b5346fd4bb50d4f16bdf5792989681dca55ce914..86762d444bbaa8348f4bd2210af744a9cb7ebfb9 100644 |
| --- a/src/gpu/gl/GrGLPath.h |
| +++ b/src/gpu/gl/GrGLPath.h |
| @@ -22,6 +22,8 @@ class GrGLGpu; |
| class GrGLPath : public GrPath { |
| public: |
| + GrRenderTarget* arrgh() override { return NULL; } |
| + |
| static void InitPathObject(GrGLGpu*, |
| GrGLuint pathID, |
| const SkPath&, |