| Index: third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
| index be0aa8a6044aba5378ee06010e1c1f8e0e8d5ee5..8516ecb215a29867d657dc8111318e11182516f7 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
|
| @@ -39,8 +39,8 @@
|
| #include "core/html/HTMLDivElement.h"
|
| #include "core/html/track/vtt/VTTParser.h"
|
| #include "core/html/track/vtt/VTTScanner.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/MathExtras.h"
|
|
|
| #define VTT_LOG_LEVEL 3
|
|
|
|
|