|
Make RootView::DispatchGestureEvent() non-virtual
In preparation of removing RootView::DispatchGestureEvent(),
replace its two overrides with overrides of
ui::EventProcessor::OnEventFromSource() and then make
the function DispatchGestureEvent() non-virtual.
BUG= 353641
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283673
Total comments: 4
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -89 lines) |
Patch |
 |
M |
chrome/browser/ui/views/frame/browser_root_view.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_root_view.cc
|
View
|
1
2
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event.cc
|
View
|
1
2
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/events/event_handler.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_host_root_view.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/views/controls/menu/menu_host_root_view.cc
|
View
|
1
2
|
1 chunk |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/view_targeter.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/root_view.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/root_view.cc
|
View
|
1
2
3
|
3 chunks |
+60 lines, -60 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|