|
Replace cc::ViewportSelectionBound with ui::SelectionBound
We'd like to be able to fully serialize CompositorFrames over
mojo. CompositorFrameMetadata has a
cc::ViewportSelection(Bound), which closely resembles
gfx::SelectionBound. This CL works towards unifying these
structs to reduce code duplication.
BUG= 611802
TBR=piman@ for content changes.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Committed: https://crrev.com/5ca57dfa32cb7a1d497890a166e82df86077a11d
Cr-Commit-Position: refs/heads/master@{#397855}
Total comments: 3
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+235 lines, -297 lines) |
Patch |
 |
M |
cc/BUILD.gn
|
View
|
1
2
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/cc.gyp
|
View
|
1
2
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
cc/input/layer_selection_bound.h
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/input/layer_selection_bound.cc
|
View
|
1
2
|
3 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/input/layer_selection_bound_unittest.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
D |
cc/input/selection_bound_type.h
|
View
|
1
2
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
cc/ipc/cc_param_traits.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/ipc/cc_param_traits_macros.h
|
View
|
1
2
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
cc/output/compositor_frame_metadata.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/output/viewport_selection_bound.h
|
View
|
1
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
cc/output/viewport_selection_bound.cc
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_impl_unittest.cc
|
View
|
1
2
|
7 chunks |
+49 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
D |
content/browser/renderer_host/input/ui_touch_selection_helper.h
|
View
|
1
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
D |
content/browser/renderer_host/input/ui_touch_selection_helper.cc
|
View
|
1
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/render_widget_compositor.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/BUILD.gn
|
View
|
1
|
3 chunks |
+31 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/BUILD.gn
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
1 comment
|
Download
|
 |
M |
ui/gfx/ipc/gfx_ipc.gyp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/gfx_param_traits.h
|
View
|
1
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/gfx_param_traits.cc
|
View
|
1
2
3
|
2 chunks |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/gfx_param_traits_macros.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 53 (29 generated)
|