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

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

Issue 2509843004: Disable overlay scrollbars to hide them on non-Mac. (Closed)
Patch Set: Renamed to shouldDisableInvisibleScrollbars Created 4 years, 1 month 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 e9e51ff26ed9918c1f4388b40b81206f29d880e9..5ca9bb049681183944b158f35389eb7f47b7f368 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -814,6 +814,8 @@ class CORE_EXPORT FrameView final
void updateScrollOffset(const ScrollOffset&, ScrollType) override;
+ void updateScrollbarEnabledState();
+
void updateLifecyclePhasesInternal(
DocumentLifecycle::LifecycleState targetState);

Powered by Google App Engine
This is Rietveld 408576698