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

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

Issue 2455973005: Copy float list of ruby base when merging it with a sibling (Closed)
Patch Set: Created 4 years, 2 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/FloatingObjects.h
diff --git a/third_party/WebKit/Source/core/layout/FloatingObjects.h b/third_party/WebKit/Source/core/layout/FloatingObjects.h
index 8510ca1ae25bdaa37b1c40f3b5d20c4584547157..7b213eecf0039ef597c596291df51b43b5bad386 100644
--- a/third_party/WebKit/Source/core/layout/FloatingObjects.h
+++ b/third_party/WebKit/Source/core/layout/FloatingObjects.h
@@ -137,8 +137,7 @@ class FloatingObject {
const LayoutRect&,
bool shouldPaint,
bool isDescendant,
- bool isLowestNonOverhangingFloatInChild,
- bool performingUnsafeClone = false);
+ bool isLowestNonOverhangingFloatInChild);
bool shouldPaintForCompositedLayoutPart();

Powered by Google App Engine
This is Rietveld 408576698