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:
parent
e341cb37e6
commit
3ab3175030
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user