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

Unified Diff: src/core/SkRasterClip.cpp

Issue 452533002: Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (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 | « src/core/SkRasterClip.h ('k') | tests/AAClipTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRasterClip.cpp
diff --git a/src/core/SkRasterClip.cpp b/src/core/SkRasterClip.cpp
index d1615a3445f6348fef5e3cf7cdd3d3a916fa8aa0..664211f64f3e2a504bd85ff569c9afeb2045565e 100644
--- a/src/core/SkRasterClip.cpp
+++ b/src/core/SkRasterClip.cpp
@@ -222,10 +222,7 @@
SkASSERT(fIsBW);
fAA.setRegion(fBW);
fIsBW = false;
-
- // since we are being explicitly asked to convert-to-aa, we pass false so we don't "optimize"
- // ourselves back to BW.
- (void)this->updateCacheAndReturnNonEmpty(false);
+ (void)this->updateCacheAndReturnNonEmpty();
}
#ifdef SK_DEBUG
« no previous file with comments | « src/core/SkRasterClip.h ('k') | tests/AAClipTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698