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

Issue 100443006: Remove some LatencyInfo merging code path (Closed)

Created:
7 years ago by Yufeng Shen (Slow to review)
Modified:
6 years, 11 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, cc-bugs_chromium.org, James Su, danakj+watch_chromium.org, miu+watch_chromium.org, bajones, enne (OOO)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove some LatencyInfo merging code path This CL removes a few code paths that do LatencyInfo merging: 1. compositor -> output surface through CompositorFrameMetadata 2. gpu -> browser compositor through GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params and GpuHostMsg_AcceleratedSurfacePostSubBuffer_Param A follow up CL will remove GPU side LatencyInfo merging (mainly in image transport surface) so that we remove LatencyInfo merging entirely from the code path renderer cc -> gpu -> browser cc -> gpu. BUG=246034 TEST=unittests pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242825

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix android/mac build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -36 lines) Patch
M cc/base/latency_info_swap_promise.cc View 1 chunk +1 line, -3 lines 0 comments Download
M cc/output/compositor_frame_metadata.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/aura/software_browser_compositor_output_surface.cc View 1 chunk +11 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 8 chunks +21 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/command_buffer_proxy_impl.cc View 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Yufeng Shen (Slow to review)
This is another small part of the overall effort of removing LatencyInfo merging. Though it ...
7 years ago (2013-12-20 19:07:20 UTC) #1
danakj
LGTM
7 years ago (2013-12-20 19:25:32 UTC) #2
danakj
https://codereview.chromium.org/100443006/diff/1/content/browser/aura/software_browser_compositor_output_surface.cc File content/browser/aura/software_browser_compositor_output_surface.cc (right): https://codereview.chromium.org/100443006/diff/1/content/browser/aura/software_browser_compositor_output_surface.cc#newcode39 content/browser/aura/software_browser_compositor_output_surface.cc:39: // take std::vector<ui::LatencyInfo> directly so we only post the ...
7 years ago (2013-12-20 19:27:37 UTC) #3
Yufeng Shen (Slow to review)
https://codereview.chromium.org/100443006/diff/1/content/browser/aura/software_browser_compositor_output_surface.cc File content/browser/aura/software_browser_compositor_output_surface.cc (right): https://codereview.chromium.org/100443006/diff/1/content/browser/aura/software_browser_compositor_output_surface.cc#newcode39 content/browser/aura/software_browser_compositor_output_surface.cc:39: // take std::vector<ui::LatencyInfo> directly so we only post the ...
7 years ago (2013-12-20 19:36:31 UTC) #4
Ken Russell (switch to Gerrit)
Has the window snapshot code (for example, Telemetry's testScreenshotSync test in tab_unittest.py) been tested with ...
7 years ago (2013-12-20 22:58:33 UTC) #5
Ken Russell (switch to Gerrit)
Also, FWIW, you'll need more reviewers for the content/ changes; I'm not an owner there, ...
7 years ago (2013-12-20 22:58:57 UTC) #6
Yufeng Shen (Slow to review)
On 2013/12/20 22:58:33, Ken Russell wrote: > Has the window snapshot code (for example, Telemetry's ...
7 years ago (2013-12-23 17:46:53 UTC) #7
Yufeng Shen (Slow to review)
On 2013/12/20 22:58:57, Ken Russell wrote: > Also, FWIW, you'll need more reviewers for the ...
7 years ago (2013-12-23 17:48:36 UTC) #8
Ken Russell (switch to Gerrit)
Right, I'd forgotten that I was an owner of that directory. LGTM
7 years ago (2013-12-23 21:54:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miletus@chromium.org/100443006/1
6 years, 11 months ago (2014-01-02 16:49:09 UTC) #10
commit-bot: I haz the power
Retried try job too often on android_aosp for step(s) compile http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_aosp&number=37232
6 years, 11 months ago (2014-01-02 18:36:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miletus@chromium.org/100443006/430001
6 years, 11 months ago (2014-01-02 19:07:15 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-02 22:56:52 UTC) #13
Message was sent while issue was closed.
Change committed as 242825

Powered by Google App Engine
This is Rietveld 408576698