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

Issue 1026233002: cc: Making BeginFrameSources support multiple BeginFrameObservers. (Closed)

Created:
5 years, 9 months ago by mithro-old
Modified:
4 years, 10 months ago
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: Making BeginFrameSources support multiple BeginFrameObservers. This is needed by the UnifiedBeginFrame and DisplayScheduler projects. Originally based on Simon Hong's work at https://codereview.chromium.org/845393002/ - "cc: Create ProxyBeginFrameSource", and then further reworked with Brian Anderson in https://codereview.chromium.org/1318603012/ BUG=448140 R=brianderson@chromium.org,simonhong@chromium.org TEST=cc_unittests CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rework with Brian - see https://codereview.chromium.org/1318603012/ #

Total comments: 1

Patch Set 3 : Adding tests. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -54 lines) Patch
M cc/scheduler/begin_frame_source.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M cc/scheduler/begin_frame_source.cc View 1 6 chunks +67 lines, -46 lines 0 comments Download
M cc/scheduler/begin_frame_source_unittest.cc View 1 2 2 chunks +86 lines, -3 lines 2 comments Download
M cc/test/scheduler_test_common.h View 1 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (1 generated)
mithro-old
Hi Simon / Brian, This is an alternative solution to https://codereview.chromium.org/1022483003/ The main problem with ...
5 years, 9 months ago (2015-03-24 05:08:06 UTC) #1
danakj
https://codereview.chromium.org/1026233002/diff/1/cc/scheduler/begin_frame_source.cc File cc/scheduler/begin_frame_source.cc (right): https://codereview.chromium.org/1026233002/diff/1/cc/scheduler/begin_frame_source.cc#newcode199 cc/scheduler/begin_frame_source.cc:199: base::trace_event::TracedValue* dict) { What's with all the const changes? ...
5 years, 9 months ago (2015-03-25 18:12:55 UTC) #3
brianderson
Looks like most of this patch didn't get uploaded?
5 years, 9 months ago (2015-03-25 23:21:06 UTC) #4
mithro-old
Hi, This patch enables multi observers but doesn't add tests for it. Wanted to know ...
5 years, 9 months ago (2015-03-26 00:54:49 UTC) #5
simonhong
On 2015/03/26 00:54:49, mithro wrote: > Hi, > > This patch enables multi observers but ...
5 years, 9 months ago (2015-03-26 01:09:20 UTC) #6
brianderson
Hi Dana, As an OWNER of src/base, can you take a look at this method ...
5 years, 3 months ago (2015-09-04 19:48:18 UTC) #7
mithro-old
Hi Dana, Sorry that was me (Tim 'mithro' Ansell) and not Brian commenting. We are ...
5 years, 3 months ago (2015-09-04 19:51:48 UTC) #8
danakj
I don't get why you need this. Maybe you can explain some? For example: #include ...
5 years, 3 months ago (2015-09-04 23:00:54 UTC) #9
mithro-old
Hi Dana, This is what we are trying to do; ------------------------------------------------------- class FooObserver { // ...
5 years, 3 months ago (2015-09-08 22:05:30 UTC) #10
danakj
On the one hand: Sure I think we could add a FOR_EACH_OBSERVER_CONST. (1) It would ...
5 years, 3 months ago (2015-09-08 23:12:09 UTC) #11
mithro-old
Hi Brian, Can you take a look at this and tell me what you think? ...
5 years, 3 months ago (2015-09-10 18:10:56 UTC) #12
danakj
So, we could add a templated method to iterate ObserverList and let you run a ...
5 years, 3 months ago (2015-09-10 21:30:23 UTC) #13
mithro-old
On 2015/09/10 21:30:23, danakj wrote: > So, we could add a templated method to iterate ...
5 years, 3 months ago (2015-09-10 22:32:16 UTC) #14
danakj
On Thu, Sep 10, 2015 at 3:32 PM, <mithro@mithis.com> wrote: > On 2015/09/10 21:30:23, danakj ...
5 years, 3 months ago (2015-09-10 22:37:44 UTC) #15
brianderson
5 years, 3 months ago (2015-09-12 00:23:51 UTC) #16
Tests look good. Will take another look at this patch when it's rebased on
https://codereview.chromium.org/1337803002.

https://codereview.chromium.org/1026233002/diff/40001/cc/scheduler/begin_fram...
File cc/scheduler/begin_frame_source_unittest.cc (right):

https://codereview.chromium.org/1026233002/diff/40001/cc/scheduler/begin_fram...
cc/scheduler/begin_frame_source_unittest.cc:271: TEST(BeginFrameSourceBaseTest,
ObserverMulti) {
Looks like the same test as ObserverMultiSimple?

https://codereview.chromium.org/1026233002/diff/40001/cc/scheduler/begin_fram...
cc/scheduler/begin_frame_source_unittest.cc:338: TEST(BeginFrameSourceBaseTest,
ObserverMultiRemoveOnBeginFrame) {
If you are going to add a WillLoseBeginFrameSource as part of this patch alo add
a test similar to this one.

BeginFrameObserverMap supports adding observers while triggering an observer. I
can't think of a case where that's needed. If it's not, remove it from
BeginFrameObserverMap. If it is, there should probably be a test in here for
that.

Powered by Google App Engine
This is Rietveld 408576698