Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Issue 2449973002: sync compositor: Queue up pending frame futures (Closed)

Created:
4 years, 1 month ago by boliu
Modified:
4 years, 1 month ago
Reviewers:
dcheng
CC:
chromium-reviews, jam, darin-cc_chromium.org, Tobias Sargeant
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

sync compositor: Queue up pending frame futures Allow pending frame future to be queued up. Alternatives considered: * Block on previous frame future before setting new one. Android already does this for us, so this would only decrease parallelism without reducing latency. * Signal previous frame with empty frame. This is incorrect, as the display compositor will then draw the previous frame, which is wrong. BUG=636164 Committed: https://crrev.com/1dd070326ef41fe0f2e7e68e0036687a90ba7f3a Cr-Commit-Position: refs/heads/master@{#427477}

Patch Set 1 #

Total comments: 2

Patch Set 2 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -8 lines) Patch
M content/browser/android/synchronous_compositor_browser_filter.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M content/browser/android/synchronous_compositor_browser_filter.cc View 3 chunks +20 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
boliu
PTAL. two aspects.. I didn't use a UnguessableToken. Renderer side is already well ordered, so ...
4 years, 1 month ago (2016-10-25 15:59:37 UTC) #2
boliu
cc tobiasjs
4 years, 1 month ago (2016-10-25 17:30:37 UTC) #3
dcheng
This CL LGTM, but a question for something I missed previously. https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h File content/browser/android/synchronous_compositor_browser_filter.h (right): ...
4 years, 1 month ago (2016-10-25 18:38:17 UTC) #4
boliu
https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h File content/browser/android/synchronous_compositor_browser_filter.h (right): https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h#newcode66 content/browser/android/synchronous_compositor_browser_filter.h:66: using FrameFutureMap = std::map<int, FrameFutureQueue>; On 2016/10/25 18:38:17, dcheng ...
4 years, 1 month ago (2016-10-25 20:02:32 UTC) #5
dcheng
On 2016/10/25 20:02:32, boliu wrote: > https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h > File content/browser/android/synchronous_compositor_browser_filter.h (right): > > https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h#newcode66 > ...
4 years, 1 month ago (2016-10-25 20:05:40 UTC) #6
boliu
On 2016/10/25 20:05:40, dcheng wrote: > On 2016/10/25 20:02:32, boliu wrote: > > > https://codereview.chromium.org/2449973002/diff/1/content/browser/android/synchronous_compositor_browser_filter.h ...
4 years, 1 month ago (2016-10-25 20:42:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2449973002/20001
4 years, 1 month ago (2016-10-25 20:43:15 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-25 21:23:23 UTC) #11
commit-bot: I haz the power
4 years, 1 month ago (2016-10-25 21:27:49 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1dd070326ef41fe0f2e7e68e0036687a90ba7f3a
Cr-Commit-Position: refs/heads/master@{#427477}

Powered by Google App Engine
This is Rietveld 408576698