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

Unified Diff: src/effects/gradients/SkTwoPointConicalGradient.h

Issue 1724283003: Revert of Simple cleanups related to SkFixed. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 10 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/SkPaint.cpp ('k') | tests/PaintBreakTextTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/effects/gradients/SkTwoPointConicalGradient.h
diff --git a/src/effects/gradients/SkTwoPointConicalGradient.h b/src/effects/gradients/SkTwoPointConicalGradient.h
index 954b09698eec907016be913e14a46e6531a3cb99..f468de800785c8ee5528cdad87fddce8b9a282e3 100644
--- a/src/effects/gradients/SkTwoPointConicalGradient.h
+++ b/src/effects/gradients/SkTwoPointConicalGradient.h
@@ -15,7 +15,6 @@
// Should only be initialized once via init(). Immutable afterwards.
struct TwoPtRadial {
enum {
- // This value is outside the range SK_FixedMin to SK_FixedMax.
kDontDrawT = 0x80000000
};
« no previous file with comments | « src/core/SkPaint.cpp ('k') | tests/PaintBreakTextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698