| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 37f163851d52e143dff84248748b9b67fc700f65..d0c0b8658497616d95225aff03950aab1586d90b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -78,6 +78,7 @@
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/TracedValue.h"
|
| #include "platform/geometry/TransformState.h"
|
| +#include "platform/scroll/ScrollableArea.h"
|
| #include "wtf/allocator/Partitions.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/WTFString.h"
|
|
|