Chromium Code Reviews| Index: Source/platform/geometry/LayoutPoint.h |
| diff --git a/Source/platform/geometry/LayoutPoint.h b/Source/platform/geometry/LayoutPoint.h |
| index f604f5f01fdba60a6e2a1f37e2458988c628f821..ed35242124ccb51fd1cfd0266b79e8827775500f 100644 |
| --- a/Source/platform/geometry/LayoutPoint.h |
| +++ b/Source/platform/geometry/LayoutPoint.h |
| @@ -35,6 +35,7 @@ |
| #include "platform/geometry/FloatPoint.h" |
| #include "platform/geometry/LayoutSize.h" |
| #include "wtf/MathExtras.h" |
| +#include <algorithm> // For std::min/std::max |
|
Nico
2015/04/16 21:16:55
remove comment
|
| namespace blink { |