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

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

Issue 2474883002: logicalHeightWithVisibleOverflow() needs to include overhanging floats. (Closed)
Patch Set: Created 4 years, 1 month 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/LayoutBlockFlow.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
index 89cff5807c64ac08f9a2b77384bf30d165cea7dd..0452ffb86a89c595f465ad9d42cd459aefcfa7ed 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
@@ -377,6 +377,8 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
return logicalBottomForFloat(floatObject) > logicalHeight();
}
+ LayoutUnit logicalHeightWithVisibleOverflow() const final;
+
// This function is only public so we can call it from NGBox while we're
// still working on LayoutNG.
void updateIsSelfCollapsing() {

Powered by Google App Engine
This is Rietveld 408576698