|
Add ScrollDirectionPhysical enum in Scroll types.
Currently ScrollDirection enum contains both physical directions and logical
directions to remove code duplication. Some scrolling methods can take only
physical directions. In these method, caller had to check the style for writing
mode and convert a logical scroll to the physical direction.
This CL eleminate potential error by using ScrollDirectionPhysical enum which
contains physical directions only.
BUG= 487032
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195796
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -67 lines) |
Patch |
|
M |
Source/core/editing/EditorCommand.cpp
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/FrameView.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/frame/FrameView.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/RootFrameViewport.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/frame/RootFrameViewport.cpp
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutBox.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutBox.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutEmbeddedObject.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/LayoutEmbeddedObject.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/page/EventHandler.cpp
|
View
|
1
2
3
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/platform/scroll/ScrollTypes.h
|
View
|
1
|
3 chunks |
+34 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/platform/scroll/ScrollableArea.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/scroll/ScrollableArea.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
Source/platform/scroll/Scrollbar.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/platform/scroll/Scrollbar.cpp
|
View
|
1
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/web/WebFrameWidgetImpl.cpp
|
View
|
1
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/web/WebPluginContainerImpl.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/web/WebPluginScrollbarImpl.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/web/WebViewImpl.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/web/WebViewImpl.cpp
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 17 (6 generated)
|