|
[cc] Adds source_id and sequence_number to BeginFrameArgs.
Also uses the sequence number in external BeginFrameSources to
decide whether a missed BeginFrame should be sent.
BUG= 646774, 401331
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/1ce4fd58dd1e43b5e033ab4d1a35028b04ac0224
Cr-Commit-Position: refs/heads/master@{#440382}
Total comments: 32
Total comments: 8
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+933 lines, -621 lines) |
Patch |
 |
M |
cc/blimp/layer_tree_host_remote.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/blimp/layer_tree_host_remote.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/ipc/begin_frame_args.mojom
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/ipc/begin_frame_args_struct_traits.h
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/ipc/cc_param_traits_macros.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/output/begin_frame_args.h
|
View
|
1
2
3
4
5
|
4 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/output/begin_frame_args.cc
|
View
|
1
2
|
3 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/output/begin_frame_args_unittest.cc
|
View
|
|
3 chunks |
+42 lines, -17 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/begin_frame_source.h
|
View
|
1
2
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/begin_frame_source.cc
|
View
|
1
2
3
4
|
10 chunks |
+67 lines, -21 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/begin_frame_source_unittest.cc
|
View
|
1
2
3
4
|
26 chunks |
+111 lines, -60 lines |
0 comments
|
Download
|
 |
M |
cc/scheduler/scheduler_unittest.cc
|
View
|
1
2
|
5 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
cc/surfaces/display_scheduler_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/begin_frame_args_test.h
|
View
|
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
cc/test/begin_frame_args_test.cc
|
View
|
|
3 chunks |
+32 lines, -15 lines |
0 comments
|
Download
|
 |
M |
cc/test/begin_frame_source_test.h
|
View
|
|
2 chunks |
+36 lines, -27 lines |
0 comments
|
Download
|
 |
M |
cc/test/begin_frame_source_test.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/begin_frame_source_test_unittest.cc
|
View
|
|
1 chunk |
+58 lines, -58 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_external_begin_frame_source.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_external_begin_frame_source.cc
|
View
|
1
2
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
cc/test/fake_layer_tree_host_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
cc/trees/layer_tree_host_impl_unittest.cc
|
View
|
1
2
|
151 chunks |
+378 lines, -342 lines |
0 comments
|
Download
|
 |
M |
cc/trees/single_thread_proxy.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/compositor_forwarding_message_filter_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl_unittest.cc
|
View
|
1
2
3
4
|
25 chunks |
+77 lines, -50 lines |
0 comments
|
Download
|
 |
M |
ui/android/window_android.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 42 (25 generated)
|