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

Unified Diff: third_party/WebKit/Source/core/paint/BoxBorderPainter.h

Issue 2711983002: Paint dotted borders using circular dots (Closed)
Patch Set: Refactor isDashedStroke Created 3 years, 9 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
Index: third_party/WebKit/Source/core/paint/BoxBorderPainter.h
diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
index 9ac25d022d1358ab1bbf543fd25b67a17520f3fd..56138af56e6b773f8d83ff09186e2bf5499a126c 100644
--- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
+++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
@@ -77,11 +77,14 @@ class BoxBorderPainter {
Color,
EBorderStyle) const;
void drawDashedDottedBoxSideFromPath(GraphicsContext&,
- const Path&,
+ const LayoutRect&,
float thickness,
float drawThickness,
Color,
EBorderStyle) const;
+ void drawWideDottedBoxSideFromPath(GraphicsContext&,
+ const Path&,
+ float thickness) const;
void drawDoubleBoxSideFromPath(GraphicsContext&,
const LayoutRect&,
const Path&,

Powered by Google App Engine
This is Rietveld 408576698