| Index: third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp
|
| index 17b606e2bbf20f75007cc6d12e1e2ef51df0628d..b897d89335a402890f1a37413509ec7b1309ce5e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGTextQuery.cpp
|
| @@ -19,6 +19,7 @@
|
|
|
| #include "core/layout/svg/SVGTextQuery.h"
|
|
|
| +#include <algorithm>
|
| #include "core/layout/LayoutBlockFlow.h"
|
| #include "core/layout/LayoutInline.h"
|
| #include "core/layout/api/LineLayoutSVGInlineText.h"
|
| @@ -29,7 +30,6 @@
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
| #include "wtf/MathExtras.h"
|
| #include "wtf/Vector.h"
|
| -#include <algorithm>
|
|
|
| namespace blink {
|
|
|
|
|