fiddle: Don't run F16 by default, it doesn't work with OSMesa.
authorJoe Gregorio <jcgregorio@google.com>
Fri, 2 Dec 2016 15:48:53 +0000 (10:48 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Fri, 2 Dec 2016 16:27:16 +0000 (16:27 +0000)
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>

tools/fiddle/draw.cpp

index efab8b4f5b557df713674d9972d8adc7b02e2abc..8ba065a6dd4a5b5a3e87d6f338ed03c738df58b3 100644 (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);