diff options
author | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-28 19:34:44 +0000 |
---|---|---|
committer | scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-28 19:34:44 +0000 |
commit | 3961aac79ef9e9d20f279e4757fde730eff21f39 (patch) | |
tree | 8bd781fc53630902534b243049c97f8d70607920 | |
parent | edfbff683e8f3ab55656c1818f153f605c4f433b (diff) |
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
-rw-r--r-- | gm/imagefiltersgraph.cpp | 7 |
1 files changed, 0 insertions, 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"); } |