skia2/tools/skiaserve
mtklein 05db63b5fc Remove static initializer for SkOpts::Init()
Static initializers run in a confusing unspecified order,
so it's best to have as few of them as possible.

Most tools and clients I can find already call SkGraphics::Init(),
(or equivalently create an SkAutoGraphics) which calls SkOpts::Init():
   - Chrome
   - Chrome renderer
   - Android
   - DM
   - nanobench
   - SampleApp
   - VisualBench
   - the old debugger

Seems like the only thing relying on this static initializer today is
the new debugger, fixed here.

TBR=reed@google.com

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1903503002

Review URL: https://codereview.chromium.org/1903503002
2016-04-19 12:42:24 -07:00
..
tester Add a bit more to the python test driver 2016-03-09 14:19:38 -08:00
urlhandlers Adding support for playback to L32/S32/F16 canvas. 2016-04-19 10:16:53 -07:00
favicon.ico Skia serve now supports favicon correctly 2016-02-08 13:57:44 -08:00
Request.cpp Adding support for playback to L32/S32/F16 canvas. 2016-04-19 10:16:53 -07:00
Request.h Adding support for playback to L32/S32/F16 canvas. 2016-04-19 10:16:53 -07:00
Response.cpp Wire up /batches in skiaserve 2016-02-26 08:22:49 -08:00
Response.h Wire up /batches in skiaserve 2016-02-26 08:22:49 -08:00
skiaserve.cpp Remove static initializer for SkOpts::Init() 2016-04-19 12:42:24 -07:00