suppress pip for now, since we use locally-defined effects

git-svn-id: http://skia.googlecode.com/svn/trunk@5053 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
mike@reedtribe.org 2012-08-13 01:57:05 +00:00
parent 3e044403e1
commit d6c38137e2

View File

@ -261,7 +261,12 @@ protected:
canvas->restore();
}
virtual uint32_t onGetFlags() const SK_OVERRIDE {
// want to skip serialization due to custom effects only defined here
return kSkipPipe_Flag;
}
private:
typedef skiagm::GM INHERITED;
};