Commit 42ca8dae authored by Jeff Brown's avatar Jeff Brown Committed by Fabrice Di Meglio
Browse files

Fix lock issue in Skia fonthost for Android.

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
parent aebbe265
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment