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

Unified Diff: gm/downsamplebitmap.cpp

Issue 514383003: Second attempt to land the integral image scaling change. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months 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
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/downsamplebitmap.cpp
diff --git a/gm/downsamplebitmap.cpp b/gm/downsamplebitmap.cpp
index 4cde4bda718a4b30b14d174a759c083cbde0636b..fd35128173332d7b4fb18992a8bd60f75dfda1d2 100644
--- a/gm/downsamplebitmap.cpp
+++ b/gm/downsamplebitmap.cpp
@@ -41,10 +41,7 @@ public:
protected:
virtual uint32_t onGetFlags() const SK_OVERRIDE {
- if (SkPaint::kHigh_FilterLevel != fFilterLevel) {
- return kSkipTiled_Flag;
- }
- return 0;
+ return kSkipTiled_Flag;
}
virtual SkString onShortName() SK_OVERRIDE {
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | gyp/skia_for_chromium_defines.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698