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..816d3f558252c90b5594b608ab407b084022041d 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 = |