Index: third_party/WebKit/Source/core/testing/Internals.cpp |
diff --git a/third_party/WebKit/Source/core/testing/Internals.cpp b/third_party/WebKit/Source/core/testing/Internals.cpp |
index 840546dac12637633adb9895e7f155badceeb735..36893f2e574e04b271d6414c6c5ebb07a3dce7f0 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.cpp |
+++ b/third_party/WebKit/Source/core/testing/Internals.cpp |
@@ -1051,7 +1051,7 @@ void Internals::setFrameViewPosition(Document* document, |
bool scrollbarsSuppressedOldValue = frameView->scrollbarsSuppressed(); |
frameView->setScrollbarsSuppressed(false); |
- frameView->setScrollOffsetFromInternals(IntPoint(x, y)); |
+ frameView->updateScrollPositionFromInternals(IntPoint(x, y)); |
frameView->setScrollbarsSuppressed(scrollbarsSuppressedOldValue); |
} |