| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index a00c082f22428d1f8711190dff2b068a54952212..c1c73fbd439684a58600bfd5ed95c9d64b9f4256 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -2514,7 +2514,6 @@ class CORE_EXPORT ComputedStyle : public ComputedStyleBase,
|
| // Font properties.
|
| const Font& font() const;
|
| void setFont(const Font&);
|
| - const FontMetrics& getFontMetrics() const;
|
| const FontDescription& getFontDescription() const;
|
| bool setFontDescription(const FontDescription&);
|
| bool hasIdenticalAscentDescentAndLineGap(const ComputedStyle& other) const;
|
|
|