aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
Diffstat (limited to 'gm')
-rw-r--r--gm/fontmgr.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gm/fontmgr.cpp b/gm/fontmgr.cpp
index d3ab256524..25848ed11b 100644
--- a/gm/fontmgr.cpp
+++ b/gm/fontmgr.cpp
@@ -66,6 +66,12 @@ protected:
}
}
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ // fontdescriptors (and therefore serialization) don't yet understand
+ // these new styles, so skip tests that exercise that for now.
+ return kSkipPicture_Flag | kSkipPipe_Flag;
+ }
+
private:
typedef GM INHERITED;
};