| Index: Source/core/frame/Navigator.cpp
|
| diff --git a/Source/core/frame/Navigator.cpp b/Source/core/frame/Navigator.cpp
|
| index 7d93cde263ebee9164ce1440b5387a53b6510742..1b1e61288a94240d11428ef1c8f2d7c433d32632 100644
|
| --- a/Source/core/frame/Navigator.cpp
|
| +++ b/Source/core/frame/Navigator.cpp
|
| @@ -160,4 +160,9 @@ void Navigator::getStorageUpdates()
|
| // FIXME: Remove this method or rename to yieldForStorageUpdates.
|
| }
|
|
|
| +long Navigator::maxTouchPoints() const
|
| +{
|
| + return m_frame->page()->settings().maxTouchPoints();
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|