Index: Source/core/platform/graphics/filters/FilterEffect.h |
diff --git a/Source/core/platform/graphics/filters/FilterEffect.h b/Source/core/platform/graphics/filters/FilterEffect.h |
index 44dd7d63a4f47d687e1b64534b225ec46e5814e2..ffe05d9f283b161fa13117790362abb25e499202 100644 |
--- a/Source/core/platform/graphics/filters/FilterEffect.h |
+++ b/Source/core/platform/graphics/filters/FilterEffect.h |
@@ -23,9 +23,9 @@ |
#ifndef FilterEffect_h |
#define FilterEffect_h |
-#include "core/platform/graphics/ColorSpace.h" |
#include "platform/geometry/FloatRect.h" |
#include "platform/geometry/IntRect.h" |
+#include "platform/graphics/ColorSpace.h" |
#include "third_party/skia/include/core/SkImageFilter.h" |