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

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

Issue 2894733002: Kill ScrollbarModesCalculationStrategy. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2dd4d25c92320c2a2eb55aa7ff9de09abfe66e63..371580da928be06edb120f9ef72c06e746e2b006 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -361,11 +361,8 @@ class CORE_EXPORT FrameView final
bool IsScrollable() const override;
bool IsProgrammaticallyScrollable() override;
- enum ScrollbarModesCalculationStrategy { kRulesFromWebContentOnly, kAnyRule };
- void CalculateScrollbarModes(
- ScrollbarMode& h_mode,
- ScrollbarMode& v_mode,
- ScrollbarModesCalculationStrategy = kAnyRule) const;
+ void CalculateScrollbarModes(ScrollbarMode& h_mode,
+ ScrollbarMode& v_mode) const;
IntPoint LastKnownMousePosition() const override;
bool ShouldSetCursor() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698