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

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

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.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 066e466fadd3899f2051239fcff843658f0650e4..36e87dd016cb82225e453d44835a419adf589127 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -204,8 +204,6 @@ class CORE_EXPORT FrameView final
void RecalculateCustomScrollbarStyle();
void InvalidateAllCustomScrollbarsOnActiveChanged();
- void Clear();
-
// True if the FrameView's base background color is completely opaque.
bool HasOpaqueBackground() const;

Powered by Google App Engine
This is Rietveld 408576698