|
sync compositor: Remove begin frame source
Share the same BeginFrameSource implementation with chrome.
The old synchronous begin frame IPC is split into two parts:
an async begin frame IPC (shared with rest of chrome),
and a sync IPC to synchronously retrieve the renderer state.
Note needs_begin_frame is no longer part of the synchronous
state retrieved from renderer. This is ok because input
is already async and that's the only time when having an
up-to-date needs_begin_frame really matters.
This removes the whole synchronous compositor "IsActive"
concept since it's superceded completely by visibility.
BUG= 609977
Committed: https://crrev.com/8f3016ee733ac3e4ccd65e0711f5d3a9b92e5e49
Cr-Commit-Position: refs/heads/master@{#397874}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+47 lines, -430 lines) |
Patch |
 |
M |
android_webview/browser/browser_view_renderer.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/browser/browser_view_renderer.cc
|
View
|
1
2
|
6 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/synchronous_compositor_host.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/synchronous_compositor_host.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+13 lines, -79 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+11 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/common/android/sync_compositor_messages.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+6 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/common/android/sync_compositor_messages.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/content_renderer.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/android/synchronous_compositor.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_synchronous_compositor_android.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/renderer/android/synchronous_compositor_external_begin_frame_source.h
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
content/renderer/android/synchronous_compositor_external_begin_frame_source.cc
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_filter.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_filter.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+4 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_output_surface.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_proxy.h
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+4 lines, -24 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+8 lines, -48 lines |
0 comments
|
Download
|
 |
M |
content/renderer/android/synchronous_compositor_registry.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 17 (9 generated)
|