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

Issue 1022483003: cc: Adding a BeginFrameObserverMultiplexer. (Closed)

Created:
5 years, 9 months ago by mithro-old
Modified:
5 years, 7 months ago
Reviewers:
simonhong, brianderson
CC:
chromium-reviews, cc-bugs_chromium.org, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Adding a BeginFrameObserverMultiplexer. This class allows a BeginFrameSource to send to multiple BeginFrameObservers at the same time. It also provides callback functionality to monitor if there are any BeginFrameObservers in the multiplexer. This is needed by the UnifiedBeginFrame project. This patch was based on Simon Hong's work at https://codereview.chromium.org/845393002/ - "cc: Create ProxyBeginFrameSource". BUG=448140 R=brianderson@chromium.org,simonhong@chromium.org TEST=cc_unittests

Patch Set 1 #

Patch Set 2 : Trying to get windows to work. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -1 line) Patch
M cc/scheduler/begin_frame_source.h View 1 chunk +31 lines, -0 lines 2 comments Download
M cc/scheduler/begin_frame_source.cc View 1 1 chunk +85 lines, -1 line 6 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 chunk +170 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mithro-old
Hi Simon / Brian, This is an alternative implementation of the ProxyBeginFrame stuff that Simon ...
5 years, 9 months ago (2015-03-24 04:41:37 UTC) #1
danakj
FWIW I liked that simon's CL didn't have complicated inheritence hierarchies, if this was meant ...
5 years, 9 months ago (2015-03-24 17:19:52 UTC) #2
simonhong
I like the BeginFrameObserverMultiplxer. It describes really well what it will do. https://codereview.chromium.org/1022483003/diff/20001/cc/scheduler/begin_frame_source.cc File cc/scheduler/begin_frame_source.cc ...
5 years, 9 months ago (2015-03-25 02:03:23 UTC) #3
mithro-old
Thanks for your review Simon. The alternative solution is to make all BFS objects capable ...
5 years, 9 months ago (2015-03-25 02:34:47 UTC) #4
brianderson
5 years, 8 months ago (2015-04-07 03:24:51 UTC) #5
Didn't get to look at this patch in detail yet, but I think we should use this
approach (pending inheritance decision), as opposed to
https://codereview.chromium.org/1026233002/.

The class that is aware of all the observers is going to have to become much
more well integrated with the DisplayScheduler in order to 1) influence the
DisplayScheduler's deadline and 2) send the observers additional information
they should use to detect and recover from high latency modes.

We should probably stay away from adding that complexity to all
BeginFrameSources as the other approach does.

Powered by Google App Engine
This is Rietveld 408576698