Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
index adfc9fb85a3e8be9bdbd4f139f17e07aaf1521d8..d66034fa262579682d6e4d2f4281e39fe8f69321 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
@@ -417,7 +417,7 @@ void WebFrameWidgetImpl::applyViewportDeltas( |
const WebFloatSize& mainFrameDelta, |
const WebFloatSize& elasticOverscrollDelta, |
float pageScaleDelta, |
- float topControlsDelta) { |
+ float browserControlsDelta) { |
// FIXME: To be implemented. |
} |