| Index: gm/pathfill.cpp
|
| diff --git a/gm/pathfill.cpp b/gm/pathfill.cpp
|
| index 993917abddd6b5cdf41d0309f4983639381e0d65..01811e3c94c2ca4be8b652866d6386b7adfbcaa2 100644
|
| --- a/gm/pathfill.cpp
|
| +++ b/gm/pathfill.cpp
|
| @@ -125,6 +125,10 @@ public:
|
| }
|
|
|
| protected:
|
| + virtual uint32_t onGetFlags() const SK_OVERRIDE {
|
| + return kSkipTiled_Flag;
|
| + }
|
| +
|
| virtual SkString onShortName() {
|
| return SkString("pathfill");
|
| }
|
| @@ -159,6 +163,10 @@ public:
|
| }
|
|
|
| protected:
|
| + virtual uint32_t onGetFlags() const SK_OVERRIDE {
|
| + return kSkipTiled_Flag;
|
| + }
|
| +
|
| virtual SkString onShortName() {
|
| return SkString("pathinvfill");
|
| }
|
|
|