disable pipe for now

git-svn-id: http://skia.googlecode.com/svn/trunk@5317 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-08-28 15:54:54 +00:00
parent 536079b209
commit 9c72827f90

View File

@ -142,7 +142,7 @@ protected:
}
virtual uint32_t onGetFlags() const SK_OVERRIDE {
return GM::kSkipPicture_Flag;
return GM::kSkipPicture_Flag | GM::kSkipPipe_Flag;
}
private: