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

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

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix debug build Created 5 years, 6 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: 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

Powered by Google App Engine
This is Rietveld 408576698