| Index: Source/WebCore/page/Chrome.cpp
|
| diff --git a/Source/WebCore/page/Chrome.cpp b/Source/WebCore/page/Chrome.cpp
|
| index 5039d2cd5d251f574272327a8c99abc7ffca1b9c..1e679c169e466f3e71b085f6323b8551cd634f52 100644
|
| --- a/Source/WebCore/page/Chrome.cpp
|
| +++ b/Source/WebCore/page/Chrome.cpp
|
| @@ -100,13 +100,6 @@ void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, con
|
| InspectorInstrumentation::didScroll(m_page);
|
| }
|
|
|
| -#if USE(TILED_BACKING_STORE)
|
| -void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint)
|
| -{
|
| - m_client->delegatedScrollRequested(scrollPoint);
|
| -}
|
| -#endif
|
| -
|
| IntPoint Chrome::screenToRootView(const IntPoint& point) const
|
| {
|
| return m_client->screenToRootView(point);
|
|
|