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

Unified Diff: experimental/webtry/webtry.go

Issue 688003002: fix issues with simultaneous configs and security jail on skfiddle (Closed) Base URL: https://skia.googlesource.com/skia@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/main.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/webtry.go
diff --git a/experimental/webtry/webtry.go b/experimental/webtry/webtry.go
index ad0d84ecd57ad90531f0abe4773a387497c4531f..9b148343f3261851b3b74e14b3e4749dee7d81af 100644
--- a/experimental/webtry/webtry.go
+++ b/experimental/webtry/webtry.go
@@ -948,7 +948,7 @@ func mainHandler(w http.ResponseWriter, r *http.Request) {
}
if request.GPU {
- png, err := ioutil.ReadFile("../../../inout/" + hash + "_GPU.png")
+ png, err := ioutil.ReadFile("../../../inout/" + hash + "_gpu.png")
if err != nil {
reportTryError(w, r, err, "Failed to open the GPU-generated PNG.", hash)
return
« no previous file with comments | « experimental/webtry/main.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698