| Index: third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| index da03ef9850b468327fa883f1d23c16687a55d6e1..d66f9b1203a7de738d3768fc0938ec3a8a7178b9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/PaintInvalidator.cpp
|
| @@ -9,6 +9,7 @@
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/layout/LayoutBlockFlow.h"
|
| +#include "core/layout/LayoutInline.h"
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutTable.h"
|
| #include "core/layout/LayoutView.h"
|
|
|