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

Issue 14092003: Add compositor support for the LatencyInfo. (Closed)

Created:
7 years, 8 months ago by jbauman
Modified:
7 years, 8 months ago
Reviewers:
jamesr, nduca
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Add compositor support for the LatencyInfo. This just passes it through from the main thread to the impl thread upon commit (and then to the renderer). BUG=155367 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195433

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : fix impl-side painting #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -14 lines) Patch
M cc/output/delegating_renderer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/output/delegating_renderer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/output/gl_renderer.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M cc/output/renderer.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M cc/output/software_renderer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
jbauman
This should add just enough plumbing so that this is useful with input events (on ...
7 years, 8 months ago (2013-04-16 18:11:54 UTC) #1
jamesr
https://codereview.chromium.org/14092003/diff/3001/cc/output/delegating_renderer.cc File cc/output/delegating_renderer.cc (right): https://codereview.chromium.org/14092003/diff/3001/cc/output/delegating_renderer.cc#newcode165 cc/output/delegating_renderer.cc:165: bool DelegatingRenderer::SwapBuffers(const LatencyInfo&) { in chromium style, you want ...
7 years, 8 months ago (2013-04-17 23:15:20 UTC) #2
jbauman
Thanks for the explanation. I've added support for impl-side painting now. On 2013/04/17 23:15:20, jamesr ...
7 years, 8 months ago (2013-04-18 01:22:27 UTC) #3
jamesr
lgtm https://codereview.chromium.org/14092003/diff/10001/cc/output/software_renderer.cc File cc/output/software_renderer.cc (right): https://codereview.chromium.org/14092003/diff/10001/cc/output/software_renderer.cc#newcode120 cc/output/software_renderer.cc:120: bool SoftwareRenderer::SwapBuffers(const cc::LatencyInfo&) { no cc:: needed, you're ...
7 years, 8 months ago (2013-04-19 01:25:38 UTC) #4
jbauman
On 2013/04/19 01:25:38, jamesr wrote: > lgtm > > https://codereview.chromium.org/14092003/diff/10001/cc/output/software_renderer.cc > File cc/output/software_renderer.cc (right): > ...
7 years, 8 months ago (2013-04-19 18:36:24 UTC) #5
jamesr
On 2013/04/19 18:36:24, jbauman wrote: > Doesn't look like any of the current implementations can ...
7 years, 8 months ago (2013-04-19 19:46:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/14092003/19001
7 years, 8 months ago (2013-04-19 22:46:44 UTC) #7
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=119995
7 years, 8 months ago (2013-04-19 23:51:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/14092003/19001
7 years, 8 months ago (2013-04-20 00:08:40 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=8601
7 years, 8 months ago (2013-04-20 02:13:05 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/14092003/19001
7 years, 8 months ago (2013-04-20 02:22:18 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-20 02:39:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/14092003/19001
7 years, 8 months ago (2013-04-22 00:42:21 UTC) #13
commit-bot: I haz the power
7 years, 8 months ago (2013-04-22 02:28:41 UTC) #14
Message was sent while issue was closed.
Change committed as 195433

Powered by Google App Engine
This is Rietveld 408576698