| 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 fee5bd7028a88576370d0b55d920e549df03c9b5..4c7514604bff631d5f1acef0f9de7867cddf8f79 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"
|
| @@ -27,9 +28,8 @@
|
| #include "core/layout/svg/SVGTextFragment.h"
|
| #include "core/layout/svg/SVGTextMetrics.h"
|
| #include "core/layout/svg/line/SVGInlineTextBox.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/Vector.h"
|
| -#include <algorithm>
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|