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 3ea886106efca4f526a5fda0fc5bd860c6e43288..55d46f4cdafbffee7110e8cc7a328885891954c9 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp |
@@ -79,6 +79,7 @@ |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/TracedValue.h" |
#include "platform/geometry/TransformState.h" |
+#include "platform/scroll/ScrollableArea.h" |
skobes
2016/09/09 20:27:41
Do you need this? There are no other changes in t
lunalu1
2016/09/12 14:45:13
Done.
|
#include "wtf/allocator/Partitions.h" |
#include "wtf/text/StringBuilder.h" |
#include "wtf/text/WTFString.h" |