• derat@chromium.org's avatar
    chromeos: Remove CROS_FONTS_USING_BCI. · 8ce0d093
    derat@chromium.org authored
    This was a #define that was added when we were deciding
    whether we should use the bytecode interpreter or FreeType's
    autohinter when rendering UI text on Chrome OS.  The text
    had different heights depending on which setting was used,
    so a bunch of constants were special-cased when BCI was
    enabled.  We've been using the autohinter for a long time,
    and we'll need to update lots of newer code if we decide to
    switch to BCI someday.
    
    BUG=none
    TEST=UI text looks the same as before
    TBR=tony@chromium.org,davemoore@chromium.org,zork@chromium.org
    
    Review URL: https://chromiumcodereview.appspot.com/10828336
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151928 0039d316-1c4b-4281-b951-d872f2087c98
    8ce0d093
resource_bundle.cc 18.1 KB