| Index: third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| index 14dc86695534739603ece0f62b1be09ef692d49e..3b63508c261d1b93479d5d13d6f3d580632097d6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
|
| @@ -29,13 +29,13 @@
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/html/HTMLTableCellElement.h"
|
| +#include "core/layout/CollapsedBorderValue.h"
|
| #include "core/layout/LayoutAnalyzer.h"
|
| #include "core/layout/LayoutTableCol.h"
|
| #include "core/layout/SubtreeLayoutScope.h"
|
| #include "core/paint/ObjectPaintInvalidator.h"
|
| #include "core/paint/PaintLayer.h"
|
| #include "core/paint/TableCellPainter.h"
|
| -#include "core/style/CollapsedBorderValue.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "platform/geometry/TransformState.h"
|
| #include "platform/wtf/PtrUtil.h"
|
|
|