From bcdbbe61e1a3f89545b2c1461164f0f8bf5f0797 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Tue, 12 Apr 2011 15:40:00 +0000 Subject: rename XHelper members to onX Review URL: http://codereview.appspot.com/4380056/ git-svn-id: http://skia.googlecode.com/svn/trunk@1113 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/include/GrPathRenderer.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gpu/include/GrPathRenderer.h') diff --git a/gpu/include/GrPathRenderer.h b/gpu/include/GrPathRenderer.h index 25bb74877b..91d9086caa 100644 --- a/gpu/include/GrPathRenderer.h +++ b/gpu/include/GrPathRenderer.h @@ -147,12 +147,12 @@ public: const GrPoint* translate); private: - void drawPathHelper(GrDrawTarget* target, - GrDrawTarget::StageBitfield stages, - GrPathIter* path, - GrPathFill fill, - const GrPoint* translate, - bool stencilOnly); + void onDrawPath(GrDrawTarget* target, + GrDrawTarget::StageBitfield stages, + GrPathIter* path, + GrPathFill fill, + const GrPoint* translate, + bool stencilOnly); bool fSeparateStencil; bool fStencilWrapOps; -- cgit v1.2.3