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

Unified Diff: experimental/webtry/templates/template.cpp

Issue 246823004: Factor out common template code. Send stdout back to web page. (Closed) Base URL: https://skia.googlesource.com/skia.git@clickhistory
Patch Set: rebase Created 6 years, 8 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/templates/index.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/template.cpp
diff --git a/experimental/webtry/templates/template.cpp b/experimental/webtry/templates/template.cpp
index d256cdc6a71ad6359e30ae518966f0251b6e28d6..bef525edc5d4d3b026636a4f3dc9e782f5e3ed9a 100644
--- a/experimental/webtry/templates/template.cpp
+++ b/experimental/webtry/templates/template.cpp
@@ -157,5 +157,5 @@
#include "SkXfermodeImageFilter.h"
void draw(SkCanvas* canvas) {
-{{.UserCode}}
+{{.Code}}
}
« no previous file with comments | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698