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

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

Issue 1164933006: Create LineLayout api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: naming nits, remove unimplemented operators 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 9f13ff8bbc3a0695f33b26698ac463c375e7ec8f..c212c34dd2c6c4d067f43d8165aa6148e6d06585 100644
--- a/Source/core/layout/LayoutBlockFlow.h
+++ b/Source/core/layout/LayoutBlockFlow.h
@@ -498,6 +498,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;
friend class MarginInfo;
friend class LineBreaker;
friend class LineWidth; // needs to know FloatingObject

Powered by Google App Engine
This is Rietveld 408576698