Index: trunk/include/core/SkFontHost.h |
=================================================================== |
--- trunk/include/core/SkFontHost.h (revision 8103) |
+++ trunk/include/core/SkFontHost.h (working copy) |
@@ -230,6 +230,7 @@ |
/////////////////////////////////////////////////////////////////////////// |
+private: |
/** LCDs either have their color elements arranged horizontally or |
vertically. When rendering subpixel glyphs we need to know which way |
round they are. |
@@ -271,6 +272,7 @@ |
static void SetSubpixelOrder(LCDOrder order); |
/** @deprecated get from Device. */ |
static LCDOrder GetSubpixelOrder(); |
+public: |
#ifdef SK_BUILD_FOR_ANDROID |
/////////////////////////////////////////////////////////////////////////// |