Index: Source/core/layout/LayoutBlockFlow.h |
diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h |
index 660b90a38ab0df9eacdf31a3db365ab65641d822..bc131ae9eb5a66f3c9cd9a9cc7d29290fff6db84 100644 |
--- a/Source/core/layout/LayoutBlockFlow.h |
+++ b/Source/core/layout/LayoutBlockFlow.h |
@@ -497,6 +497,7 @@ protected: |
OwnPtr<FloatingObjects> m_floatingObjects; |
friend class BreakingContext; // FIXME: It uses insertFloatingObject and positionNewFloatOnLine, if we move those out from the private scope/add a helper to LineBreaker, we can remove this friend |
+ friend class LineLayoutBlockFlow; |
leviw_travelin_and_unemployed
2015/06/23 18:39:19
I thought we got rid of the friend classes.
|
friend class MarginInfo; |
friend class LineBreaker; |
friend class LineWidth; // needs to know FloatingObject |