| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 089f04cba395c5b0f7c07a1ce2943da350388e7a..853af71cd105e835d0c9f2360a82045a0784eb0f 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -327,6 +327,11 @@ void WebSettingsImpl::setMainFrameClipsContent(bool enabled)
|
| m_settings->setMainFrameClipsContent(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setMaxTouchPoints(int maxTouchPoints)
|
| +{
|
| + m_settings->setMaxTouchPoints(maxTouchPoints);
|
| +}
|
| +
|
| void WebSettingsImpl::setEditableLinkBehaviorNeverLive()
|
| {
|
| // FIXME: If you ever need more behaviors than this, then we should probably
|
|
|