Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: experimental/webtry/templates/sidebar.html

Issue 638003008: Re-land ganesh checkbox. I needed to increase the size of the address (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/setup/setup_jail.sh ('k') | experimental/webtry/templates/template.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « experimental/webtry/setup/setup_jail.sh ('k') | experimental/webtry/templates/template.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698