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

Unified Diff: Source/platform/graphics/StrokeData.h

Issue 311193009: Replace GraphicsContext::setupPaintFor* with const getters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/platform/graphics/GraphicsContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/StrokeData.h
diff --git a/Source/platform/graphics/StrokeData.h b/Source/platform/graphics/StrokeData.h
index 884ad631deacfe253cda93ccdab9b666576f3a92..2a075a995a340eb5b8ae9170d96877af9644a738 100644
--- a/Source/platform/graphics/StrokeData.h
+++ b/Source/platform/graphics/StrokeData.h
@@ -84,9 +84,9 @@ public:
void setLineDash(const DashArray&, float);
// Sets everything on the paint except the pattern, gradient and color.
- // GraphicsContext::setupShader does that. If a non-zero length is provided, the
- // number of dashes/dots on a dashed/dotted line will be adjusted to
- // start and end that length with a dash/dot.
+ // If a non-zero length is provided, the number of dashes/dots on a
+ // dashed/dotted line will be adjusted to start and end that length with a
+ // dash/dot.
void setupPaint(SkPaint*, int length = 0) const;
// Setup any DashPathEffect on the paint. If a non-zero length is provided,
« no previous file with comments | « Source/platform/graphics/GraphicsContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698