| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index cf21e46d46423a1ef7ed65efc19f69caa8ac5bef..b13222efdeeb9d07a6013795b58ec7ee6a3c522d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -125,6 +125,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/graphics/CompositorMutableProperties.h"
|
| +#include "platform/graphics/CompositorMutation.h"
|
| #include "platform/scroll/ScrollableArea.h"
|
| #include "platform/transforms/MatrixTransformOperation.h"
|
| #include "wtf/BitVector.h"
|
|
|