| 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)
|
| {
|
|
|