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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2862293002: Finish removing FrameLoader::Clear() (Closed)
Patch Set: Drop unnecessary #include Created 3 years, 7 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
Index: third_party/WebKit/Source/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index 0335175639b253c4ab5501225070dcc6c3d8380b..53037f99915ca2956de42297003edd9f8f344826 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -512,11 +512,6 @@ void FrameView::InvalidateAllCustomScrollbarsOnActiveChanged() {
RecalculateCustomScrollbarStyle();
}
-void FrameView::Clear() {
- Reset();
- SetScrollbarsSuppressed(true);
-}
-
bool FrameView::DidFirstLayout() const {
return !first_layout_;
}

Powered by Google App Engine
This is Rietveld 408576698