skip android_paint GM in pipe mode
authormtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Oct 2013 20:40:41 +0000 (20:40 +0000)
committermtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 28 Oct 2013 20:40:41 +0000 (20:40 +0000)
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

gm/androidfallback.cpp

index a4f1036..62fbcc9 100644 (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");
     }