aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/hairmodes.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 13:20:45 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-04-30 13:20:45 +0000
commita90c6803865766d28e92091f56f718f5e41fe80f (patch)
tree5fc529e998c6252828ee60de9ac9b8263db2e3b5 /gm/hairmodes.cpp
parentb53dd6cb4edb2523c064d52a25a026256a6ef403 (diff)
Turn on quilt mode in DM.
- Rename TileGrid -> Quilt to avoid the name overload. - Tag all failing GMs with kSkipTiled_Flag. You may be wondering, do any GMs pass? Yes, some do! And that trends towards all of them as we increase --quiltTile. Two GMs only fail in --quilt mode in 565. Otherwise all GMs which fail are skipped, and those which don't fail aren't. (The 8888 variants of those two GMs are skipped even though they pass.) BUG=skia:2477 R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/256373002 git-svn-id: http://skia.googlecode.com/svn/trunk@14457 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/hairmodes.cpp')
-rw-r--r--gm/hairmodes.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gm/hairmodes.cpp b/gm/hairmodes.cpp
index 783c225e98..f1fa260ef7 100644
--- a/gm/hairmodes.cpp
+++ b/gm/hairmodes.cpp
@@ -78,7 +78,6 @@ namespace skiagm {
SkPaint fBGPaint;
protected:
-
virtual SkString onShortName() SK_OVERRIDE {
return SkString("hairmodes");
}
@@ -123,7 +122,7 @@ namespace skiagm {
}
// disable pdf for now, since it crashes on mac
- virtual uint32_t onGetFlags() const { return kSkipPDF_Flag; }
+ virtual uint32_t onGetFlags() const { return kSkipPDF_Flag | kSkipTiled_Flag; }
private:
typedef GM INHERITED;