Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: include/core/SkTextBlob.h

Issue 493443004: Add some SkTextBlob builder tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: win build fix Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/core/SkTextBlob.h
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index c78fb24de2d942ba73cf2e31aa97a0c1acae2eeb..cf07b70fec2847d059cd161d0e6607a3fe3f5d5e 100644
--- a/include/core/SkTextBlob.h
+++ b/include/core/SkTextBlob.h
@@ -69,6 +69,7 @@ private:
friend class SkCanvas;
friend class SkTextBlobBuilder;
+ friend class TextBlobTester;
const SkAutoTMalloc<uint16_t> fGlyphBuffer;
const SkAutoTMalloc<SkScalar> fPosBuffer;
« no previous file with comments | « gyp/tests.gypi ('k') | tests/TextBlobTest.cpp » ('j') | tests/TextBlobTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698