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

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

Issue 2342173002: Fix #641162: LayoutInline propagate position changes to abspos descendants (Closed)
Patch Set: 80 col rebase 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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index 6e4f0ff1765697959e45ef638f4e8ca350d08f0e..77f861d4c419764c7adf414c6193792d8a1f1d53 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -155,7 +155,7 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
void insertPositionedObject(LayoutBox*);
static void removePositionedObject(LayoutBox*);
- void removePositionedObjects(LayoutBlock*,
+ void removePositionedObjects(LayoutObject*,
ContainingBlockState = SameContainingBlock);
TrackedLayoutBoxListHashSet* positionedObjects() const {

Powered by Google App Engine
This is Rietveld 408576698