|
|
Touch and Mouse event handlers are now synchronized. In the case of touch, we consider any view that intersects the touch location, and select the one that has the greatest overlap.
This builds off of the work done by tdanderson in https://chromiumcodereview.appspot.com/10790019/
BUG= 129794
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+263 lines, -45 lines) |
Patch |
 |
M |
chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/inline_omnibox_popup_view.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/base_tab.cc
|
View
|
1
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_strip.h
|
View
|
1
2
3
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_strip.cc
|
View
|
1
2
3
|
7 chunks |
+88 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/views/view.h
|
View
|
1
2
3
|
2 chunks |
+26 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/view.cc
|
View
|
1
2
3
|
4 chunks |
+112 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/non_client_view.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/window/non_client_view.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|