| Index: third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| index 4863f24bc928d39e018b33a4cd904a6bdcd33913..4e0839be522916b0028560123fa3578dfd60811a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFlexibleBox.cpp
|
| @@ -1484,7 +1484,7 @@ void LayoutFlexibleBox::adjustAlignmentForChild(LayoutBox& child, LayoutUnit del
|
| return;
|
| }
|
|
|
| - setFlowAwareLocationForChild(child, flowAwareLocationForChild(child) + LayoutSize(0, delta));
|
| + setFlowAwareLocationForChild(child, flowAwareLocationForChild(child) + LayoutSize(LayoutUnit(), delta));
|
| }
|
|
|
| void LayoutFlexibleBox::alignChildren(const Vector<LineContext>& lineContexts)
|
|
|