| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index db5577a5ee73a23a31087ede0ce0427546e5471d..fda9887604aba6614a892d4f21120c0cee806d10 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -29,6 +29,7 @@
|
| // FIXME: Remove 'RuntimeEnabledFeatures.h' when http://crbug.com/78724 is closed.
|
| #include "RuntimeEnabledFeatures.h"
|
| #include <limits>
|
| +#include "core/rendering/GraphicsContextAnnotator.h"
|
| #include "core/rendering/HitTestResult.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderTableCell.h"
|
|
|