| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 0136af0893752817909485780592381e1e48569c..4b29790e45a2460e75d1431093cfe04a1eb8b62c 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -157,6 +157,11 @@ void WebSettingsImpl::setTextAutosizingFontScaleFactor(float fontScaleFactor)
|
| m_settings->setTextAutosizingFontScaleFactor(fontScaleFactor);
|
| }
|
|
|
| +void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment)
|
| +{
|
| + m_settings->setDeviceScaleAdjustment(deviceScaleAdjustment);
|
| +}
|
| +
|
| void WebSettingsImpl::setDefaultTextEncodingName(const WebString& encoding)
|
| {
|
| m_settings->setDefaultTextEncodingName((String)encoding);
|
|
|