| commit | 3914958a49ee089ddeb04acc16373aae8bc2eaf7 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jun 13 21:55:32 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jun 13 21:55:32 2011 +0000 |
| tree | 86785f882cb8472c819b5123e862fef5e58109f7 | |
| parent | 79d2dbed5a08e0d3f65646d52b4bb884cd0af9b5 [diff] [blame] |
Fix text-as-path with skshader on gpu Review URL: http://codereview.appspot.com/4576057/ git-svn-id: http://skia.googlecode.com/svn/trunk@1575 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrTextContext.h b/gpu/include/GrTextContext.h index b7a690e..c4181c6 100644 --- a/gpu/include/GrTextContext.h +++ b/gpu/include/GrTextContext.h
@@ -51,6 +51,7 @@ GrTextStrike* fStrike; inline void flushGlyphs(); + void setupDrawTarget(); enum { kMinRequestedGlyphs = 1,