aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/webtry/templates/sidebar.html
diff options
context:
space:
mode:
authorGravatar Greg Humphreys <humper@google.com>2014-10-13 18:12:33 -0400
committerGravatar Greg Humphreys <humper@google.com>2014-10-13 18:12:33 -0400
commitccb54895c614632fd01d22b64ab614921f980eb1 (patch)
tree25f26256a9d3e8bb56b680a63b50dbcae76f2be2 /experimental/webtry/templates/sidebar.html
parent380d7d733953081b476fa04bf9e0093b85d0b1c4 (diff)
add ganesh checkbox to skfiddle interface
BUG=skia: R=mtklein@google.com, tfarina@chromium.org Review URL: https://codereview.chromium.org/649313002
Diffstat (limited to 'experimental/webtry/templates/sidebar.html')
-rw-r--r--experimental/webtry/templates/sidebar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/experimental/webtry/templates/sidebar.html b/experimental/webtry/templates/sidebar.html
index c2f33fec48..b511987ea3 100644
--- a/experimental/webtry/templates/sidebar.html
+++ b/experimental/webtry/templates/sidebar.html
@@ -19,6 +19,12 @@
<input type="number" class="form-control" id="image-height" value="{{.Height}}">
</div>
</div>
+ <div class="checkbox">
+ <label>
+ <input id="use-gpu" type="checkbox" value=""{{if .GPU}} checked{{end}}>
+ Ganesh
+ </label>
+ </div>
</form>
</div>
</div>