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

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

Issue 1306993002: Cleanup friends of LayoutObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutBlock.h
diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
index a4393bf33b1dcf6b48f679e81dfc4e5baa120016..ed31ceaab74dbb5cfb9352b9cfcb87bb2bce7016 100644
--- a/Source/core/layout/LayoutBlock.h
+++ b/Source/core/layout/LayoutBlock.h
@@ -308,9 +308,6 @@ private:
void makeChildrenNonInline(LayoutObject* insertionPoint = nullptr);
- // Promote all children and make them siblings that come right after this block.
- void promoteAllChildrenAndInsertAfter();
-
virtual void removeLeftoverAnonymousBlock(LayoutBlock* child);
static void collapseAnonymousBlockChild(LayoutBlock* parent, LayoutBlock* child);
« no previous file with comments | « no previous file | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698