Chromium Code Reviews| Index: experimental/webtry/templates/sidebar.html |
| diff --git a/experimental/webtry/templates/sidebar.html b/experimental/webtry/templates/sidebar.html |
| index c2f33fec482a92612a0871ae6972f79a346153e8..b511987ea338bd2d266cff9ae8321313aab22c27 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> |