From 64aef2bacd1f5c25ffd9347aabd6265c9b60c0f4 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 11 Jun 2012 15:36:13 +0000 Subject: Towards NV path rendering Review URL: http://codereview.appspot.com/6302049/ git-svn-id: http://skia.googlecode.com/svn/trunk@4219 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrInOrderDrawBuffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpu/GrInOrderDrawBuffer.h') diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h index a467f6c173..ed7d97d06f 100644 --- a/src/gpu/GrInOrderDrawBuffer.h +++ b/src/gpu/GrInOrderDrawBuffer.h @@ -147,6 +147,7 @@ private: virtual void onDrawNonIndexed(GrPrimitiveType primitiveType, int startVertex, int vertexCount) SK_OVERRIDE; + virtual void onStencilPath(const GrPath&, GrPathFill) SK_OVERRIDE; virtual bool onReserveVertexSpace(GrVertexLayout layout, int vertexCount, void** vertices) SK_OVERRIDE; -- cgit v1.2.3