Index: sky/engine/web/FrameLoaderClientImpl.cpp |
diff --git a/sky/engine/web/FrameLoaderClientImpl.cpp b/sky/engine/web/FrameLoaderClientImpl.cpp |
index 063062acbfc2237e195f0f9dc59764fd9034f172..b17a2eb078d994cb94f215a5947d529e8f8696fe 100644 |
--- a/sky/engine/web/FrameLoaderClientImpl.cpp |
+++ b/sky/engine/web/FrameLoaderClientImpl.cpp |
@@ -94,12 +94,6 @@ void FrameLoaderClientImpl::willReleaseScriptContext(v8::Handle<v8::Context> con |
m_webFrame->client()->willReleaseScriptContext(m_webFrame, context); |
} |
-void FrameLoaderClientImpl::didChangeScrollOffset() |
-{ |
- if (m_webFrame->client()) |
- m_webFrame->client()->didChangeScrollOffset(m_webFrame); |
-} |
- |
void FrameLoaderClientImpl::detachedFromParent() |
{ |
// Alert the client that the frame is being detached. This is the last |