From 3961aac79ef9e9d20f279e4757fde730eff21f39 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Tue, 28 Aug 2012 19:34:44 +0000 Subject: Reenable pipe for imagefiltersgraph GM on Android. 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gm/imagefiltersgraph.cpp b/gm/imagefiltersgraph.cpp index f805b44ec6..816c88e97a 100644 --- a/gm/imagefiltersgraph.cpp +++ b/gm/imagefiltersgraph.cpp @@ -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"); } -- cgit v1.2.3