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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolverState.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/css/resolver/StyleResolverState.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h
index fd6c844d8d58bf72f4529afbbc0e1e40fc991db2..b3c88dfaa5ffd12fb4bdd454c1f99578c47c7552 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h
@@ -130,7 +130,7 @@ public:
// set these directly on the ComputedStyle w/o telling us. Presumably we'll
// want to design a better wrapper around ComputedStyle for tracking these mutations
// and separate it from StyleResolverState.
- const FontDescription& parentFontDescription() const { return m_parentStyle->fontDescription(); }
+ const FontDescription& parentFontDescription() const { return m_parentStyle->getFontDescription(); }
void setZoom(float f)
{

Powered by Google App Engine
This is Rietveld 408576698