DescriptionThis allows passing in a string to set runtime global information like the font cache size. I tested this by launching a modified Chromium with:
--skia-flags='font-cache-limit=12345678'
which passed "font-cache-limit=12345678" to SkGraphics::SetFlags (without quotes).
This syntax can be extended to include more name/value pairs, separated by a semicolon.
The companion Chromium change might look like:
http://codereview.chromium.org/8561023
Patch Set 1 #
MessagesTotal messages: 3
|