Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.h

Issue 1551573002: Clear box from percentage descendants when it is split off from the ancestor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698