Index: src/gpu/GrAtlasTextContext.cpp |
diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp |
index fa96a8dddabfc9e3ed2e2aec8f7e8f91bbe60920..66bdc94c778715c655d740fd919df0742d5a263a 100644 |
--- a/src/gpu/GrAtlasTextContext.cpp |
+++ b/src/gpu/GrAtlasTextContext.cpp |
@@ -1444,6 +1444,8 @@ public: |
SkScalar fTransY; |
}; |
robertphillips
2015/09/17 14:56:06
Can this be first ? Everywhere else too ?
|
+ BATCH_CLASS_ID |
+ |
static TextBatch* CreateBitmap(GrMaskFormat maskFormat, int glyphCount, |
GrBatchFontCache* fontCache) { |
TextBatch* batch = new TextBatch; |