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
This commit is contained in:
scroggo@google.com 2012-06-28 16:09:39 +00:00
parent e341cb37e6
commit 3ab3175030

View File

@ -17,6 +17,10 @@ public:
}
protected:
virtual uint32_t onGetFlags() const SK_OVERRIDE {
return this->INHERITED::onGetFlags() | GM::kSkipPipe_Flag;
}
virtual SkString onShortName() {
return SkString("blurs");
}