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

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

Issue 2759883002: Get markers back while list items have overflow:hidden children (Closed)
Patch Set: add layout test case Created 3 years, 9 months 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/LayoutListItem.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h
index d6a893bd616a55752d6beb3d1f82986a46e7d5e0..af265904278830c4a4fb01c6d832b768cac4a43e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutListItem.h
+++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h
@@ -63,6 +63,8 @@ class LayoutListItem final : public LayoutBlockFlow {
const char* name() const override { return "LayoutListItem"; }
+ void addLogicalHeightFromChild(const LayoutBox&);
+
private:
bool isOfType(LayoutObjectType type) const override {
return type == LayoutObjectListItem || LayoutBlockFlow::isOfType(type);

Powered by Google App Engine
This is Rietveld 408576698