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

Unified Diff: src/gpu/batches/GrAAStrokeRectBatch.h

Issue 1359453002: Fix for degenerate stroke rect (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: handle degenerate stroke rects Created 5 years, 3 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/batches/GrAAStrokeRectBatch.cpp » ('j') | src/gpu/batches/GrAAStrokeRectBatch.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/batches/GrAAStrokeRectBatch.h
diff --git a/src/gpu/batches/GrAAStrokeRectBatch.h b/src/gpu/batches/GrAAStrokeRectBatch.h
index 23f160ec9f8d3783acc610b2f22f9d6243876062..f4ff8b6fe0fc35e091717c9b3f6db2de5d49fb63 100644
--- a/src/gpu/batches/GrAAStrokeRectBatch.h
+++ b/src/gpu/batches/GrAAStrokeRectBatch.h
@@ -22,7 +22,8 @@ GrDrawBatch* Create(GrColor color,
const SkRect& devOutside,
const SkRect& devOutsideAssist,
const SkRect& devInside,
- bool miterStroke);
+ bool miterStroke,
+ bool degenerate);
};
« no previous file with comments | « no previous file | src/gpu/batches/GrAAStrokeRectBatch.cpp » ('j') | src/gpu/batches/GrAAStrokeRectBatch.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698