| Index: third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| index 935bc431515c0bc859e42937d60581a679ff7a8a..9a8d2b47ed1589c8a8d3a0302e43a0d549107588 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
|
| @@ -1916,6 +1916,10 @@ void ComputedStyle::setTextAutosizingMultiplier(float multiplier) {
|
| font().update(currentFontSelector);
|
| }
|
|
|
| +void ComputedStyle::setTextAutosizingFingerPrint(unsigned fingerPrint) {
|
| + SET_VAR(m_styleInheritedData, textAutosizingFingerPrint, fingerPrint);
|
| +}
|
| +
|
| void ComputedStyle::addAppliedTextDecoration(
|
| const AppliedTextDecoration& decoration) {
|
| RefPtr<AppliedTextDecorationList>& list =
|
|
|