| commit | 86afc2ae27fec84c01eb0e81a32766bdaf67dca8 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 16 16:12:19 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Feb 16 16:12:19 2011 +0000 |
| tree | f03d5bbd019a262e7725fe5004653569d2cb97c8 | |
| parent | f08a44980b5a0e22fe40bf4bbfef5898948875e2 [diff] [blame] |
Batch consecutive draw rects. Review URL: http://codereview.appspot.com/4178057/ git-svn-id: http://skia.googlecode.com/svn/trunk@800 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/include/GrTextContext.h b/gpu/include/GrTextContext.h index 727358e..3dc9c7a 100644 --- a/gpu/include/GrTextContext.h +++ b/gpu/include/GrTextContext.h
@@ -19,8 +19,10 @@ #define GrTextContext_DEFINED #include "GrGlyph.h" -#include "GrGpuVertex.h" +#include "GrPaint.h" +struct GrGpuTextVertex; +class GrMatrix; class GrContext; class GrTextStrike; class GrFontScaler;