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

Issue 2717553005: cc: Glue LTHI and Scheduler changes for checker-imaging. (Closed)

Created:
3 years, 10 months ago by Khushal
Modified:
3 years, 9 months ago
Reviewers:
vmpstr, enne (OOO)
CC:
cc-bugs_chromium.org, chromium-reviews, scheduler-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cc: Glue LTHI and Scheduler changes for checker-imaging. This change glues together the scheduling and tile management changes for checker-imaging via ProxyImpl and SingleThreadProxy for enabling checker-imaging. And adds integration LayerTreeTests, including a scroll test to ensure that an impl-side pending tree does not affect SyncedProperty state synchronization. BUG=686267, 691041 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2717553005 Cr-Commit-Position: refs/heads/master@{#453508} Committed: https://chromium.googlesource.com/chromium/src/+/6dc91d0e5b2f135eee29fc0e2a506747a18dc439

Patch Set 1 #

Total comments: 6

Patch Set 2 : enne's comments #

Patch Set 3 : .. #

Total comments: 5

Patch Set 4 : .. #

Total comments: 2

Patch Set 5 : .. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+476 lines, -25 lines) Patch
M cc/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M cc/playback/raster_source.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scheduler/scheduler_state_machine.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/layer_tree_test.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 10 chunks +49 lines, -11 lines 0 comments Download
M cc/test/test_hooks.h View 2 chunks +3 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
A cc/trees/layer_tree_host_unittest_checkerimaging.cc View 1 chunk +196 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 2 chunks +171 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M cc/trees/proxy_impl.cc View 3 3 chunks +5 lines, -4 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 3 4 chunks +19 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
Khushal
3 years, 10 months ago (2017-02-24 20:29:39 UTC) #3
enne (OOO)
Thanks for all these tests. These are great. :D lgtm % vmpstr https://codereview.chromium.org/2717553005/diff/1/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc ...
3 years, 10 months ago (2017-02-24 20:43:57 UTC) #6
Khushal
https://codereview.chromium.org/2717553005/diff/1/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/2717553005/diff/1/cc/trees/layer_tree_host.cc#newcode108 cc/trees/layer_tree_host.cc:108: DCHECK(!settings_.enable_checker_imaging || image_worker_task_runner_); On 2017/02/24 20:43:57, enne wrote: > ...
3 years, 10 months ago (2017-02-24 23:19:41 UTC) #9
vmpstr
https://codereview.chromium.org/2717553005/diff/40001/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (right): https://codereview.chromium.org/2717553005/diff/40001/cc/test/layer_tree_test.cc#newcode290 cc/test/layer_tree_test.cc:290: bool block_notify_ready_to_activate_for_testing_; while here, can you also initialize the ...
3 years, 9 months ago (2017-02-27 21:16:57 UTC) #10
Khushal
https://codereview.chromium.org/2717553005/diff/40001/cc/trees/proxy_impl.cc File cc/trees/proxy_impl.cc (right): https://codereview.chromium.org/2717553005/diff/40001/cc/trees/proxy_impl.cc#newcode468 cc/trees/proxy_impl.cc:468: layer_tree_host_impl_->DidSendBeginMainFrameForTesting(); On 2017/02/27 21:16:57, vmpstr wrote: > I don't ...
3 years, 9 months ago (2017-02-27 21:43:01 UTC) #11
vmpstr
On 2017/02/27 21:43:01, Khushal wrote: > https://codereview.chromium.org/2717553005/diff/40001/cc/trees/proxy_impl.cc > File cc/trees/proxy_impl.cc (right): > > https://codereview.chromium.org/2717553005/diff/40001/cc/trees/proxy_impl.cc#newcode468 > ...
3 years, 9 months ago (2017-02-27 23:07:09 UTC) #12
Khushal
Removed the ForTesting in that case. https://codereview.chromium.org/2717553005/diff/40001/cc/test/layer_tree_test.cc File cc/test/layer_tree_test.cc (right): https://codereview.chromium.org/2717553005/diff/40001/cc/test/layer_tree_test.cc#newcode290 cc/test/layer_tree_test.cc:290: bool block_notify_ready_to_activate_for_testing_; On ...
3 years, 9 months ago (2017-02-28 00:39:50 UTC) #13
vmpstr
lgtm https://codereview.chromium.org/2717553005/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/2717553005/diff/60001/cc/trees/layer_tree_host.cc#newcode110 cc/trees/layer_tree_host.cc:110: settings_.image_decode_tasks_enabled); can you add a TODO and/or file ...
3 years, 9 months ago (2017-02-28 01:11:27 UTC) #14
Khushal
https://codereview.chromium.org/2717553005/diff/60001/cc/trees/layer_tree_host.cc File cc/trees/layer_tree_host.cc (right): https://codereview.chromium.org/2717553005/diff/60001/cc/trees/layer_tree_host.cc#newcode110 cc/trees/layer_tree_host.cc:110: settings_.image_decode_tasks_enabled); On 2017/02/28 01:11:27, vmpstr wrote: > can you ...
3 years, 9 months ago (2017-02-28 03:16:12 UTC) #15
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/2717553005/80001
3 years, 9 months ago (2017-02-28 03:16:42 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 05:11:13 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/6dc91d0e5b2f135eee29fc0e2a50...

Powered by Google App Engine
This is Rietveld 408576698