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

Side by Side Diff: experimental/webtry/templates/template.cpp

Issue 280233002: remove unused Kernel33MaskFilter (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add fix in experimental Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/effects.gypi » ('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 pathops -maxdepth 1 -name "*.h" | sed "s#^[^\/]*\/##g" | sed "s/\(.*\)/#include \"\1\"/" | sort 3 // find core effects pathops -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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 #include "SkGeometry.h" 67 #include "SkGeometry.h"
68 #include "SkGradientShader.h" 68 #include "SkGradientShader.h"
69 #include "SkGraphics.h" 69 #include "SkGraphics.h"
70 #include "SkImageDecoder.h" 70 #include "SkImageDecoder.h"
71 #include "SkImageEncoder.h" 71 #include "SkImageEncoder.h"
72 #include "SkImageFilter.h" 72 #include "SkImageFilter.h"
73 #include "SkImageGenerator.h" 73 #include "SkImageGenerator.h"
74 #include "SkImage.h" 74 #include "SkImage.h"
75 #include "SkImageInfo.h" 75 #include "SkImageInfo.h"
76 #include "SkInstCnt.h" 76 #include "SkInstCnt.h"
77 #include "SkKernel33MaskFilter.h"
78 #include "SkLayerDrawLooper.h" 77 #include "SkLayerDrawLooper.h"
79 #include "SkLayerRasterizer.h" 78 #include "SkLayerRasterizer.h"
80 #include "SkLerpXfermode.h" 79 #include "SkLerpXfermode.h"
81 #include "SkLightingImageFilter.h" 80 #include "SkLightingImageFilter.h"
82 #include "SkLineClipper.h" 81 #include "SkLineClipper.h"
83 #include "SkLumaColorFilter.h" 82 #include "SkLumaColorFilter.h"
84 #include "SkMagnifierImageFilter.h" 83 #include "SkMagnifierImageFilter.h"
85 #include "SkMallocPixelRef.h" 84 #include "SkMallocPixelRef.h"
86 #include "SkMaskFilter.h" 85 #include "SkMaskFilter.h"
87 #include "SkMask.h" 86 #include "SkMask.h"
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 #include "SkUnitMapper.h" 153 #include "SkUnitMapper.h"
155 #include "SkUnPreMultiply.h" 154 #include "SkUnPreMultiply.h"
156 #include "SkUtils.h" 155 #include "SkUtils.h"
157 #include "SkWeakRefCnt.h" 156 #include "SkWeakRefCnt.h"
158 #include "SkWriteBuffer.h" 157 #include "SkWriteBuffer.h"
159 #include "SkWriter32.h" 158 #include "SkWriter32.h"
160 #include "SkXfermode.h" 159 #include "SkXfermode.h"
161 #include "SkXfermodeImageFilter.h" 160 #include "SkXfermodeImageFilter.h"
162 161
163 {{.Code}} 162 {{.Code}}
OLDNEW
« no previous file with comments | « no previous file | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698