Index: src/pdf/SkPDFDevice.h |
diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h |
index f38dfcbc6696ae339ec9582ea6796a55d921438b..20e20e271d59761bfbf1483ea2275771247040f0 100644 |
--- a/src/pdf/SkPDFDevice.h |
+++ b/src/pdf/SkPDFDevice.h |
@@ -16,10 +16,10 @@ |
#include "SkPaint.h" |
#include "SkRect.h" |
#include "SkRefCnt.h" |
+#include "SkSinglyLinkedList.h" |
#include "SkStream.h" |
#include "SkTDArray.h" |
- |
-#include "SkSinglyLinkedList.h" |
+#include "SkTextBlob.h" |
class SkImageBitmap; |
class SkPath; |
@@ -123,6 +123,9 @@ public: |
// PDF specific methods. |
+ void drawTextInternal(const SkDraw&, const void*, size_t, const SkScalar pos[], |
bungeman-skia
2016/08/15 17:03:37
Any particular reason for this to be public?
hal.canary
2016/08/15 18:14:22
no.
fixed.
|
+ SkTextBlob::GlyphPositioning, SkPoint, const SkPaint&); |
+ |
/** Create the resource dictionary for this device. */ |
sk_sp<SkPDFDict> makeResourceDict() const; |