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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2939163003: Removing unused HasHorizontal/VerticalScrollbar methods from WebFrame. (Closed)
Patch Set: Just removing the methods altogether also seems to works... Created 3 years, 6 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index eb11c27310dc1f691532564c38864c37ab15a3f7..cea685eabc627b223aee1f25bab571898de2d1b8 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -100,8 +100,6 @@ class WEB_EXPORT WebLocalFrameImpl final
WebSize ContentsSize() const override;
bool HasVisibleContent() const override;
WebRect VisibleContentRect() const override;
- bool HasHorizontalScrollbar() const override;
- bool HasVerticalScrollbar() const override;
WebView* View() const override;
WebDocument GetDocument() const override;
WebPerformance Performance() const override;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698