| commit | ee435122d7dcb9cd4be4524004b0de282c42848b | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 01 14:57:55 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 01 14:57:55 2011 +0000 |
| tree | 7e74d0c1edfe7df8a59aee965b36272d950b99c2 | |
| parent | db2a09f2408728871ed9e26eb1197cad6585a15d [diff] [blame] |
Tesselate path once for tiled offscreen AA Review URL: http://codereview.appspot.com/4661062/ git-svn-id: http://skia.googlecode.com/svn/trunk@1777 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrContext.h b/gpu/include/GrContext.h index 0528267..a8810f9 100644 --- a/gpu/include/GrContext.h +++ b/gpu/include/GrContext.h
@@ -580,7 +580,7 @@ void drawClipIntoStencil(); - GrPathRenderer* getPathRenderer(const GrDrawTarget*, const GrPath&, GrPathFill); + GrPathRenderer* getPathRenderer(const GrPath&, GrPathFill); struct OffscreenRecord;