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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.mm

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/LayoutThemeMac.mm
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
index 27649ccb7935fdb072bd7b8be1815f482d5cdcac..ce4beb4570e30cfd780dd71dcb5a90f4c72ea143 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
@@ -611,7 +611,7 @@ void LayoutThemeMac::setFontFromControlSize(ComputedStyle& style, NSControlSize
style.setLineHeight(ComputedStyle::initialLineHeight());
// TODO(esprehn): The fontSelector manual management is buggy and error prone.
- FontSelector* fontSelector = style.font().fontSelector();
+ FontSelector* fontSelector = style.font().getFontSelector();
if (style.setFontDescription(fontDescription))
style.font().update(fontSelector);
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTheme.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698