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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « experimental/webtry/templates/index.html ('k') | experimental/webtry/templates/workspace.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // To regenerate this list of includes run the following command from skia/inclu de: 1 // To regenerate this list of includes run the following command from skia/inclu de:
2 // 2 //
3 // find core effects -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed " s/\(.*\)/#include \"\1\"/" | sort 3 // find core effects -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed " s/\(.*\)/#include \"\1\"/" | sort
4 // 4 //
5 #include "Sk1DPathEffect.h" 5 #include "Sk1DPathEffect.h"
6 #include "Sk2DPathEffect.h" 6 #include "Sk2DPathEffect.h"
7 #include "SkAdvancedTypefaceMetrics.h" 7 #include "SkAdvancedTypefaceMetrics.h"
8 #include "SkAlphaThresholdFilter.h" 8 #include "SkAlphaThresholdFilter.h"
9 #include "SkAnnotation.h" 9 #include "SkAnnotation.h"
10 #include "SkArithmeticMode.h" 10 #include "SkArithmeticMode.h"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 #include "SkUnitMapper.h" 150 #include "SkUnitMapper.h"
151 #include "SkUnPreMultiply.h" 151 #include "SkUnPreMultiply.h"
152 #include "SkUtils.h" 152 #include "SkUtils.h"
153 #include "SkWeakRefCnt.h" 153 #include "SkWeakRefCnt.h"
154 #include "SkWriteBuffer.h" 154 #include "SkWriteBuffer.h"
155 #include "SkWriter32.h" 155 #include "SkWriter32.h"
156 #include "SkXfermode.h" 156 #include "SkXfermode.h"
157 #include "SkXfermodeImageFilter.h" 157 #include "SkXfermodeImageFilter.h"
158 158
159 void draw(SkCanvas* canvas) { 159 void draw(SkCanvas* canvas) {
160 {{.UserCode}} 160 {{.Code}}
161 } 161 }
OLDNEW
« 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