| Index: sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/sky/engine/platform/graphics/filters/FEConvolveMatrix.h b/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| index f056406e8201e4177979509ec200c25fbc276eda..aa8d0abada3e475fab00f4c8d039c8168d1c2df1 100644
|
| --- a/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -21,8 +21,8 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#ifndef FEConvolveMatrix_h
|
| -#define FEConvolveMatrix_h
|
| +#ifndef SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FECONVOLVEMATRIX_H_
|
| +#define SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FECONVOLVEMATRIX_H_
|
|
|
| #include "sky/engine/platform/geometry/FloatPoint.h"
|
| #include "sky/engine/platform/geometry/FloatSize.h"
|
| @@ -131,4 +131,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FEConvolveMatrix_h
|
| +#endif // SKY_ENGINE_PLATFORM_GRAPHICS_FILTERS_FECONVOLVEMATRIX_H_
|
|
|