fiddle: Don't run F16 by default, it doesn't work with OSMesa.

BUG=skia:

Change-Id: I68706e7f7b3641d46de4e9765343fa13537f4fcd
Reviewed-on: https://skia-review.googlesource.com/5506
Reviewed-by: Matt Sarett <msarett@google.com>
Commit-Queue: Joe Gregorio <jcgregorio@google.com>
This commit is contained in:
Joe Gregorio 2016-12-02 10:48:53 -05:00 committed by Skia Commit-Bot
parent dba05384e1
commit c39f3fb97b

View File

@ -13,7 +13,7 @@
DrawOptions GetDrawOptions() {
// path *should* be absolute.
static const char path[] = "resources/color_wheel.png";
return DrawOptions(256, 256, true, true, true, true, true, true, path);
return DrawOptions(256, 256, true, true, true, true, true, false, path);
}
void draw(SkCanvas* canvas) {
canvas->clear(SK_ColorWHITE);