Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| index c923f3e9c6b86bffc09e6bf3233b969be514bf0c..8871b0b984cbb68a902e1daa7ee69e3dbc2d7c04 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| @@ -424,6 +424,11 @@ protected: |
| // This is necessary for now for interoperability between the old and new |
| // layout code. Primarily for calling layoutPositionedObjects at the moment. |
| friend class NGBox; |
| + |
| +public: |
| + // FIXME: Temporary in order ot ensure compatibility with existing layout test |
| + // results. |
| + virtual void adjustForTableCells(LayoutRect&) const {} |
|
benjhayden
2016/09/08 20:18:07
Can you rename this to adjustChildDebugRect()?
I a
lunalu1
2016/09/09 15:09:43
Done.
|
| }; |
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlock, isLayoutBlock()); |