| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| index 33b44a5eefb4d7b51f26247fb46b68c0cb3e3346..195aa30dc32048bd36c2ac5bde68306ffc3471de 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixTransformComponent.cpp
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "core/css/cssom/CSSMatrixTransformComponent.h"
|
|
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "wtf/MathExtras.h"
|
| #include <cmath>
|
| #include <memory>
|
| +#include "core/css/CSSPrimitiveValue.h"
|
| +#include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|