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

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

Issue 1147283002: Add ScrollDirectionPhysical enum in Scroll types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 728531dcf201272d27fd5ae7ed4a6483088af7be..5d8b8ab0390197a7883bb6586eadb511b5107506 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -360,7 +360,7 @@ public:
virtual bool isScrollCornerVisible() const override;
virtual bool userInputScrollable(ScrollbarOrientation) const override;
virtual bool shouldPlaceVerticalScrollbarOnLeft() const override;
- virtual bool scroll(ScrollDirection, ScrollGranularity, float delta = 1) override;
+ virtual bool scroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1) override;
virtual LayoutRect scrollIntoView(
const LayoutRect& rectInContent,
const ScrollAlignment& alignX,

Powered by Google App Engine
This is Rietveld 408576698