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

Unified Diff: Source/core/layout/line/LineWidth.h

Issue 763173003: Convert RenderBlockFlow code to use FloatingObject references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address Review Comments Created 5 years, 9 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/line/LineWidth.h
diff --git a/Source/core/layout/line/LineWidth.h b/Source/core/layout/line/LineWidth.h
index 5728bf218563752398662af6b2ca3bf8b3fe3df2..f4d5669c7eed33058b85a29057d41c4518abd73e 100644
--- a/Source/core/layout/line/LineWidth.h
+++ b/Source/core/layout/line/LineWidth.h
@@ -61,7 +61,7 @@ public:
float trailingWhitespaceWidth() const { return m_trailingWhitespaceWidth; }
void updateAvailableWidth(LayoutUnit minimumHeight = 0);
- void shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject*);
+ void shrinkAvailableWidthForNewFloatIfNeeded(FloatingObject&);
void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
void commit();
void applyOverhang(LayoutRubyRun*, LayoutObject* startRenderer, LayoutObject* endRenderer);

Powered by Google App Engine
This is Rietveld 408576698