Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: gm/blurs.cpp

Issue 117053002: remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gm/blurs.cpp
diff --git a/gm/blurs.cpp b/gm/blurs.cpp
index f3808d27c9cdedc8a6e0bd7f873332077620ab32..c2a1c170c77ff4f3589a22ebd58648b8d13af351 100644
--- a/gm/blurs.cpp
+++ b/gm/blurs.cpp
@@ -18,16 +18,6 @@ public:
}
protected:
-#ifdef SK_SCALAR_IS_FIXED
- virtual uint32_t onGetFlags() const SK_OVERRIDE {
- // SkCanvas::drawCircle, used by this test, performs a quick reject.
- // The large size given to the device used by SkGPipeCanvas means that
- // the device clip will not be set properly and circles will be
- // rejected when in FIXED.
- return this->INHERITED::onGetFlags() | GM::kSkipPipe_Flag;
- }
-#endif
-
virtual SkString onShortName() {
return SkString("blurs");
}
« no previous file with comments | « experimental/SkSetPoly3To3_A.cpp ('k') | gyp/SampleApp.gyp » ('j') | src/core/SkCanvas.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698