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

Unified Diff: src/gpu/GrDefaultGeoProcFactory.h

Issue 2299683002: Revert of Screenspace AA tessellated path rendering. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « no previous file | src/gpu/GrPathRendererChain.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDefaultGeoProcFactory.h
diff --git a/src/gpu/GrDefaultGeoProcFactory.h b/src/gpu/GrDefaultGeoProcFactory.h
index 022930b65991b045e9dba2dbe5fae2431886be2a..f7ddb061fdf57f6d16c342fd544c67bfccf930dd 100644
--- a/src/gpu/GrDefaultGeoProcFactory.h
+++ b/src/gpu/GrDefaultGeoProcFactory.h
@@ -24,7 +24,7 @@
struct PositionCoverageAttr {
SkPoint fPosition;
- float fCoverage;
+ GrColor fCoverage;
};
struct PositionColorAttr {
@@ -35,7 +35,7 @@
struct PositionColorCoverageAttr {
SkPoint fPosition;
SkColor fColor;
- float fCoverage;
+ GrColor fCoverage;
};
struct PositionLocalCoordAttr {
@@ -46,7 +46,7 @@
struct PositionLocalCoordCoverageAttr {
SkPoint fPosition;
SkPoint fLocalCoord;
- float fCoverage;
+ GrColor fCoverage;
};
struct PositionColorLocalCoordAttr {
@@ -59,7 +59,7 @@
SkPoint fPosition;
GrColor fColor;
SkPoint fLocalCoord;
- float fCoverage;
+ GrColor fCoverage;
};
struct Color {
« no previous file with comments | « no previous file | src/gpu/GrPathRendererChain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698