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 fab8711497b59385fec5fd2d93ca9fddd423a23e..11e1155f99a1ab0ca6edca6723eda07948355277 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| @@ -293,6 +293,7 @@ public: |
| // Returns this block or the nearest inner block containing the actual first line. |
| LayoutBlockFlow* nearestInnerBlockWithFirstLine() const; |
| + bool collapseLoneAnonymousBlock(LayoutBlock* child); |
|
mstensho (USE GERRIT)
2016/01/18 20:06:24
Should be static? And should it be named collapseI
|
| protected: |
| void willBeDestroyed() override; |