Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58651725 authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Add back include that ensures RENDER_TEXT_AS_GLYPHS is set consistently.

bug: 18051326
Change-Id: I1ee9f8acb25fb1684e156c61e2cf2669d15a99cb
parent 17debef4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@

#include <SkUtils.h>

#include "Properties.h"

///////////////////////////////////////////////////////////////////////////////
// Defines
///////////////////////////////////////////////////////////////////////////////
@@ -49,6 +51,7 @@
        return g;
    }
#else
#error here
    typedef SkUnichar glyph_t;
    #define TO_GLYPH(g) ((SkUnichar) g)
    #define GET_METRICS(cache, glyph) cache->getUnicharMetrics(glyph)