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; |
esprehn
2015/06/17 20:16:26
Please no friends, expose API instead.
|
friend class MarginInfo; |
friend class LineBreaker; |
friend class LineWidth; // needs to know FloatingObject |