Speculative change to SkImageFilterUtils.cpp to try to get compiling in Chrome



git-svn-id: http://skia.googlecode.com/svn/trunk@7483 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/effects/SkImageFilterUtils.cpp b/src/effects/SkImageFilterUtils.cpp
index 2325387..2dfb33d 100644
--- a/src/effects/SkImageFilterUtils.cpp
+++ b/src/effects/SkImageFilterUtils.cpp
@@ -5,11 +5,12 @@
  * found in the LICENSE file.
  */
 
+#include "SkMatrix.h"
+
 #if SK_SUPPORT_GPU
 #include "GrTexture.h"
 #include "SkImageFilterUtils.h"
 #include "SkBitmap.h"
-#include "SkMatrix.h"
 #include "SkGrPixelRef.h"
 #include "SkGr.h"