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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTextCombine.h

Issue 1774943003: blink: Rename platform/ methods to prefix with get when they collide. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clash-platform: rebase-yayyyyyyyy Created 4 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: third_party/WebKit/Source/core/layout/LayoutTextCombine.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
index e704b4c5263d40ad4ad928bd2cc71eafb3ce8607..dd852fb3d1d4e1065bc76156e5353ad585b3612d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
@@ -35,7 +35,7 @@ public:
void updateFont();
bool isCombined() const { return m_isCombined; }
- float combinedTextWidth(const Font& font) const { return font.fontDescription().computedSize(); }
+ float combinedTextWidth(const Font& font) const { return font.getFontDescription().computedSize(); }
const Font& originalFont() const { return parent()->style()->font(); }
void transformToInlineCoordinates(GraphicsContext&, const LayoutRect& boxRect, bool clip = false) const;
LayoutUnit inlineWidthForLayout() const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutText.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTextCombine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698