Reenable pipe for imagefiltersgraph GM on Android.
authorscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Aug 2012 19:34:44 +0000 (19:34 +0000)
committerscroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 28 Aug 2012 19:34:44 +0000 (19:34 +0000)
This test was fixed with r5269.

Review URL: https://codereview.appspot.com/6490045

git-svn-id: http://skia.googlecode.com/svn/trunk@5324 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/imagefiltersgraph.cpp

index f805b44ec6d74a90a18dba2b64e2fa78fb79171a..816c88e97ab3e878167946d48306f249405878da 100644 (file)
@@ -22,13 +22,6 @@ public:
     ImageFiltersGraphGM() : fInitialized(false) {}
 
 protected:
-#ifdef SK_BUILD_FOR_ANDROID
-    // This test is currently broken when using pipe on Android
-    virtual uint32_t onGetFlags() const SK_OVERRIDE {
-        return this->INHERITED::onGetFlags() | skiagm::GM::kSkipPipe_Flag;
-    }
-#endif
-
     virtual SkString onShortName() {
         return SkString("imagefiltersgraph");
     }