Turn off the blurs GM for Pipe playback.

It was failing on FIXED. Turn it off while we fix the real problem.

Review URL: https://codereview.appspot.com/6349051

git-svn-id: http://skia.googlecode.com/svn/trunk@4386 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/blurs.cpp b/gm/blurs.cpp
index 69504f7..a1f3ef0 100644
--- a/gm/blurs.cpp
+++ b/gm/blurs.cpp
@@ -17,6 +17,10 @@
     }
 
 protected:
+    virtual uint32_t onGetFlags() const SK_OVERRIDE {
+        return this->INHERITED::onGetFlags() | GM::kSkipPipe_Flag;
+    }
+
     virtual SkString onShortName() {
         return SkString("blurs");
     }