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

Unified Diff: src/core/SkAntiRun.h

Issue 1506253002: Remove no-op code in SkAlphaRuns::add (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Delete the meaningless line instead Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkAntiRun.h
diff --git a/src/core/SkAntiRun.h b/src/core/SkAntiRun.h
index 9a0003935f71ac0777549cc68ed5f5bae8b82197..d49a723b209497c8e27abd64f4eb90be2ce241ac 100644
--- a/src/core/SkAntiRun.h
+++ b/src/core/SkAntiRun.h
@@ -71,7 +71,6 @@ public:
runs += x + 1;
alpha += x + 1;
x = 0;
- lastAlpha += x; // we don't want the +1
SkDEBUGCODE(this->validate();)
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698