• Jeff Brown's avatar
    Fix lock issue in Skia fonthost for Android. · 42ca8dae
    Jeff Brown authored
    load_system_fonts() could potentially be called without
    a lock held.  To make this problem less likely to happen
    again in the future, adopted a naming convention for all
    locked methods.
    
    Change-Id: I04ff5e8ad005e5c1180aae9be8c134d0d384ac2c
    42ca8dae
SkFontHost_android.cpp 32.1 KB