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

Issue 1840883002: cc : Calculate jitter without using layer hierarchy (Closed)

Created:
4 years, 8 months ago by jaydasika
Modified:
4 years, 8 months ago
CC:
chromium-reviews, cc-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 : Calculate jitter without using layer hierarchy BUG=557194 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/eaa8d0855c8b55c74d2c86449154d4d4316d6182 Cr-Commit-Position: refs/heads/master@{#383870}

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -18 lines) Patch
M cc/trees/layer_tree_host_common.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 3 4 5 6 7 8 3 chunks +23 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
jaydasika
PTAL
4 years, 8 months ago (2016-03-28 23:48:04 UTC) #3
ajuma
https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_host_common.cc File cc/trees/layer_tree_host_common.cc (right): https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_host_common.cc#newcode623 cc/trees/layer_tree_host_common.cc:623: int LayerTreeHostCommon::CalculateFrameJitter(LayerImpl* layer) { "CalculateLayerJitter" or "CalculateJitter"? https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_host_common.cc#newcode1081 cc/trees/layer_tree_host_common.cc:1081: ...
4 years, 8 months ago (2016-03-29 14:24:02 UTC) #4
jaydasika
https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_host_common.cc File cc/trees/layer_tree_host_common.cc (right): https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_host_common.cc#newcode623 cc/trees/layer_tree_host_common.cc:623: int LayerTreeHostCommon::CalculateFrameJitter(LayerImpl* layer) { On 2016/03/29 14:24:02, ajuma wrote: ...
4 years, 8 months ago (2016-03-29 15:57:24 UTC) #5
ajuma
https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h File cc/trees/layer_tree_impl.h (right): https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h#newcode513 cc/trees/layer_tree_impl.h:513: int last_scrolled_scroll_node_id_; On 2016/03/29 15:57:24, jaydasika wrote: > On ...
4 years, 8 months ago (2016-03-29 16:52:08 UTC) #6
jaydasika
https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h File cc/trees/layer_tree_impl.h (right): https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h#newcode513 cc/trees/layer_tree_impl.h:513: int last_scrolled_scroll_node_id_; On 2016/03/29 16:52:07, ajuma wrote: > On ...
4 years, 8 months ago (2016-03-29 18:30:19 UTC) #7
ajuma
https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h File cc/trees/layer_tree_impl.h (right): https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h#newcode513 cc/trees/layer_tree_impl.h:513: int last_scrolled_scroll_node_id_; On 2016/03/29 18:30:19, jaydasika wrote: > On ...
4 years, 8 months ago (2016-03-29 18:50:04 UTC) #8
jaydasika
On 2016/03/29 18:50:04, ajuma wrote: > https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h > File cc/trees/layer_tree_impl.h (right): > > https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h#newcode513 > ...
4 years, 8 months ago (2016-03-29 19:48:07 UTC) #9
ajuma
On 2016/03/29 19:48:07, jaydasika wrote: > On 2016/03/29 18:50:04, ajuma wrote: > > > https://codereview.chromium.org/1840883002/diff/20001/cc/trees/layer_tree_impl.h ...
4 years, 8 months ago (2016-03-29 21:22:02 UTC) #10
jaydasika
On 2016/03/29 21:22:02, ajuma wrote: > On 2016/03/29 19:48:07, jaydasika wrote: > > On 2016/03/29 ...
4 years, 8 months ago (2016-03-29 21:37:56 UTC) #11
jaydasika
Brought back last_scrolled_layer_id to avoid the complexity.
4 years, 8 months ago (2016-03-29 22:07:22 UTC) #13
ajuma
Thanks, lgtm.
4 years, 8 months ago (2016-03-29 23:07:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1840883002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1840883002/180001
4 years, 8 months ago (2016-03-29 23:20:51 UTC) #16
commit-bot: I haz the power
Committed patchset #9 (id:180001)
4 years, 8 months ago (2016-03-29 23:55:48 UTC) #17
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 23:57:26 UTC) #19
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/eaa8d0855c8b55c74d2c86449154d4d4316d6182
Cr-Commit-Position: refs/heads/master@{#383870}

Powered by Google App Engine
This is Rietveld 408576698