| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index e433f4e4cb879065a53a35607dccdb1b74269735..e7b23aca79e57344d8597051d06db18eef7afa79 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -332,6 +332,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
|
|
|