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

Unified Diff: third_party/WebKit/Source/platform/graphics/GraphicsContextState.h

Issue 2398453002: Rewrap comments to 80 columns in Source/platform/graphics/. (Closed)
Patch Set: Review feedback Created 4 years, 2 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/platform/graphics/GraphicsContextState.h
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
index 0fd7d45786b8704cd32aafc7e712a31c7b3a8466..2f49b7a398cb715f29ffb633392f60edd2df540c 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
@@ -117,7 +117,8 @@ class PLATFORM_EXPORT GraphicsContextState final {
explicit GraphicsContextState(const GraphicsContextState&);
GraphicsContextState& operator=(const GraphicsContextState&);
- // This is mutable to enable dash path effect updates when the paint is fetched for use.
+ // This is mutable to enable dash path effect updates when the paint is
+ // fetched for use.
mutable SkPaint m_strokePaint;
SkPaint m_fillPaint;

Powered by Google App Engine
This is Rietveld 408576698