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

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

Issue 1043643002: Switch line layout to LayoutUnit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More TestExpectations tweaks Created 5 years, 7 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
« no previous file with comments | « Source/core/layout/LayoutRubyBase.cpp ('k') | Source/core/layout/LayoutRubyText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutRubyText.h
diff --git a/Source/core/layout/LayoutRubyText.h b/Source/core/layout/LayoutRubyText.h
index 6a4483e0c46ce319404b936d895db8a4f4c5357f..0d84a43adf8a34a6e13fca1c3e1ec3c48d7a9ad8 100644
--- a/Source/core/layout/LayoutRubyText.h
+++ b/Source/core/layout/LayoutRubyText.h
@@ -50,7 +50,7 @@ private:
virtual bool avoidsFloats() const override;
virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const override;
- virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const override;
+ virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, LayoutUnit& logicalLeft, LayoutUnit& logicalWidth) const override;
};
} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutRubyBase.cpp ('k') | Source/core/layout/LayoutRubyText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698