Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1418)

Unified Diff: Source/core/page/FrameView.cpp

Issue 16982005: Allow objects without scrollbars to be scrollable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed ScrollbarGroup pageStep Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/FrameView.h ('k') | Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/FrameView.cpp
diff --git a/Source/core/page/FrameView.cpp b/Source/core/page/FrameView.cpp
index 37c3d9b30bd419a24df33c26b6d6bd43cdec8d0f..ef01cfeadc49b9f2eeba1bd6acb4a5eafdd971b3 100644
--- a/Source/core/page/FrameView.cpp
+++ b/Source/core/page/FrameView.cpp
@@ -305,15 +305,6 @@ void FrameView::resetScrollbars()
setScrollbarsSuppressed(false);
}
-void FrameView::resetScrollbarsAndClearContentsSize()
-{
- resetScrollbars();
-
- setScrollbarsSuppressed(true);
- setContentsSize(IntSize());
- setScrollbarsSuppressed(false);
-}
-
void FrameView::init()
{
reset();
« no previous file with comments | « Source/core/page/FrameView.h ('k') | Source/core/page/SpatialNavigation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698