#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_PAINT_PAINT_FILTER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_PAINT_PAINT_FILTER_H_
#include "cc/paint/paint_filter.h"
namespace blink {
AlphaThresholdPaintFilter;
ArithmeticPaintFilter;
BlurPaintFilter;
ColorFilterPaintFilter;
ComposePaintFilter;
DisplacementMapEffectPaintFilter;
DropShadowPaintFilter;
ImagePaintFilter;
LightingDistantPaintFilter;
LightingPointPaintFilter;
LightingSpotPaintFilter;
MagnifierPaintFilter;
MatrixConvolutionPaintFilter;
MatrixPaintFilter;
MergePaintFilter;
MorphologyPaintFilter;
OffsetPaintFilter;
PaintFilter;
RecordPaintFilter;
ShaderPaintFilter;
TilePaintFilter;
TurbulencePaintFilter;
XfermodePaintFilter;
}
#endif