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
This commit is contained in:
mtklein@google.com 2013-10-28 20:40:41 +00:00
parent 377ebc5186
commit 745f248ab1

View File

@ -16,6 +16,11 @@ public:
}
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");
}