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

Unified Diff: sky/engine/core/rendering/line/LineWidth.h

Issue 706953003: Delete unused methods/arguments from RenderBlockFlow. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/rendering/line/LineWidth.h
diff --git a/sky/engine/core/rendering/line/LineWidth.h b/sky/engine/core/rendering/line/LineWidth.h
index 547184c5a9795aeb0797c0e1f88daa07f54ef9b7..c53c830763458cc782f37f2f32964e798a822ab8 100644
--- a/sky/engine/core/rendering/line/LineWidth.h
+++ b/sky/engine/core/rendering/line/LineWidth.h
@@ -59,7 +59,7 @@ public:
float availableWidth() const { return m_availableWidth; }
float trailingWhitespaceWidth() const { return m_trailingWhitespaceWidth; }
- void updateAvailableWidth(LayoutUnit minimumHeight = 0);
+ void updateAvailableWidth();
void addUncommittedWidth(float delta) { m_uncommittedWidth += delta; }
void commit();
void fitBelowFloats(bool isFirstLine = false);
@@ -78,7 +78,6 @@ private:
float m_left;
float m_right;
float m_availableWidth;
- bool m_isFirstLine;
IndentTextOrNot m_shouldIndentText;
};
« no previous file with comments | « sky/engine/core/rendering/line/BreakingContextInlineHeaders.h ('k') | sky/engine/core/rendering/line/LineWidth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698