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

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

Issue 685543002: remove the GPU checkbox from the hash / database (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/TODO.md ('k') | experimental/webtry/webtry.go » ('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 b511987ea338bd2d266cff9ae8321313aab22c27..cd0a35a9ef1ca49bd169dbf381465a009f0a40a6 100644
--- a/experimental/webtry/templates/sidebar.html
+++ b/experimental/webtry/templates/sidebar.html
@@ -21,7 +21,7 @@
</div>
<div class="checkbox">
<label>
- <input id="use-gpu" type="checkbox" value=""{{if .GPU}} checked{{end}}>
+ <input id="use-gpu" type="checkbox" value="">
Ganesh
</label>
</div>
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698