| 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 e8cfa48f05318a61df84761b8b96387380eef664..e956ccff14a73fe42eb3fcd8b601aa5a106d57e5 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -633,6 +633,8 @@ public:
|
|
|
| const Length& specifiedLineHeight() const;
|
| Length lineHeight() const;
|
| + // This function only exists for getComputedStyle, layout is only performed with the int value
|
| + float floatComputedLineHeight() const;
|
| int computedLineHeight() const;
|
|
|
| EWhiteSpace whiteSpace() const { return static_cast<EWhiteSpace>(inherited_flags._white_space); }
|
|
|