| Index: src/gpu/GrGpu.h
|
| diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
|
| index b580f483aee7dd66c85d4eff913083ef7a03e2d0..83f6c992fc2f56d54e18058115ed9fc325ff010e 100644
|
| --- a/src/gpu/GrGpu.h
|
| +++ b/src/gpu/GrGpu.h
|
| @@ -14,6 +14,7 @@
|
| #include "SkPath.h"
|
|
|
| class GrContext;
|
| +class GrNonInstancedVertices;
|
| class GrPath;
|
| class GrPathRange;
|
| class GrPathRenderer;
|
| @@ -433,7 +434,7 @@ private:
|
| virtual void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) = 0;
|
|
|
| // overridden by backend-specific derived class to perform the draw call.
|
| - virtual void onDraw(const DrawArgs&, const GrVertices&) = 0;
|
| + virtual void onDraw(const DrawArgs&, const GrNonInstancedVertices&) = 0;
|
| virtual void onStencilPath(const GrPath*, const StencilPathState&) = 0;
|
|
|
| virtual void onDrawPath(const DrawArgs&, const GrPath*, const GrStencilSettings&) = 0;
|
|
|