| 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;
|
|
|
|
|