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

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

Issue 2509843004: Disable overlay scrollbars to hide them on non-Mac. (Closed)
Patch Set: Fix tests 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 fba3907f684131b3dfda7eb454f571bef5593ffa..41630758194575c567c12ae2d011613f0b81a445 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -815,6 +815,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