| Index: third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| index 00b1c4d2e0ca3867e5e260152bb22f28c877cc1c..1e8fdea6ebf09a7a26a567af518c918aa30a87ac 100644
|
| --- a/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ObjectPainter.cpp
|
| @@ -174,7 +174,7 @@ void paintComplexOutline(GraphicsContext& graphicsContext,
|
| }
|
|
|
| DCHECK(count >= 4 && edges.size() == count);
|
| - int firstAdjacentWidth = adjustJoint(width, edges.back(), edges.first());
|
| + int firstAdjacentWidth = adjustJoint(width, edges.back(), edges.front());
|
|
|
| // The width of the angled part of starting and ending joint of the current
|
| // edge.
|
|
|