| commit | 745f248ab1306fc2864e7116ba6b6bdfe8b7b16a | [log] [tgz] |
|---|---|---|
| author | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Oct 28 20:40:41 2013 +0000 |
| committer | mtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Oct 28 20:40:41 2013 +0000 |
| tree | bcc4bdd7f19f8029077563d28f471a5122fdf905 | |
| parent | 377ebc5186b1a4246188fbb279c2c9ec0e152118 [diff] [blame] |
skip android_paint GM in pipe mode BUG=skia:1763 R=scroggo@google.com Review URL: https://codereview.chromium.org/48113010 git-svn-id: http://skia.googlecode.com/svn/trunk@11988 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gm/androidfallback.cpp b/gm/androidfallback.cpp index a4f1036..62fbcc9 100644 --- a/gm/androidfallback.cpp +++ b/gm/androidfallback.cpp
@@ -16,6 +16,11 @@ } protected: + virtual uint32_t onGetFlags() const SK_OVERRIDE { + // TODO(scroggo): Undo this if we decide to fix skia:1763. + return GM::kSkipPipe_Flag; + } + virtual SkString onShortName() SK_OVERRIDE { return SkString("android_paint"); }