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