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

Issue 2584363002: gpu: Move ContextProviderCommandBuffer into mus gpu client-lib. (Closed)

Created:
4 years ago by sadrul
Modified:
4 years ago
Reviewers:
danakj, jam, jbauman
CC:
chromium-reviews, rjkroege, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, creis+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, posciak+watch_chromium.org, avayvod+watch_chromium.org, mac-reviews_chromium.org, jam, jbauman+watch_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, mcasas+watch+vc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, mlamouri+watch-media_chromium.org, einbinder+watch-test-runner_chromium.org, danakj
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Move ContextProviderCommandBuffer into mus gpu client-lib. By moving ContextProviderCommandBuffer into mus gpu client-lib, both content and other mus clients can use this. BUG=643746 TBR=jam@ for content/renderer and content/test (since simple rename) Committed: https://crrev.com/85cc5d8da31c92572589c5522fd90643be6580d6 Cr-Commit-Position: refs/heads/master@{#439694}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : tot merge #

Total comments: 2

Patch Set 6 : tot merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+232 lines, -1032 lines) Patch
M content/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/browser_compositor_output_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_browser_compositor_output_surface.cc View 1 2 3 chunks +5 lines, -6 lines 0 comments Download
M content/browser/compositor/gpu_output_surface_mac.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_output_surface_mac.mm View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.h View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 8 chunks +12 lines, -12 lines 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/compositor/gpu_surfaceless_browser_compositor_output_surface.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/compositor/mus_browser_compositor_output_surface.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/mus_browser_compositor_output_surface.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/compositor/offscreen_browser_compositor_output_surface.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M content/browser/compositor/offscreen_browser_compositor_output_surface.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/compositor/reflector_texture.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gpu/gpu_ipc_browsertests.cc View 1 2 7 chunks +9 lines, -8 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/context_provider_factory_impl_android.h View 1 2 3 4 chunks +8 lines, -4 lines 0 comments Download
M content/browser/renderer_host/context_provider_factory_impl_android.cc View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M content/common/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
D content/common/gpu/client/command_buffer_metrics.h View 1 chunk +0 lines, -43 lines 0 comments Download
D content/common/gpu/client/command_buffer_metrics.cc View 1 chunk +0 lines, -182 lines 0 comments Download
D content/common/gpu/client/context_provider_command_buffer.h View 1 chunk +0 lines, -143 lines 0 comments Download
D content/common/gpu/client/context_provider_command_buffer.cc View 1 chunk +0 lines, -468 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/gpu/renderer_compositor_frame_sink.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/media/android/stream_texture_factory.h View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
M content/renderer/media/android/stream_texture_factory.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.h View 1 2 5 chunks +9 lines, -6 lines 0 comments Download
M content/renderer/media/renderer_gpu_video_accelerator_factories.cc View 1 2 5 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 2 chunks +1 line, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_ms_compositor.cc View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/video_decoder_shim.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M content/renderer/pepper/video_decoder_shim.cc View 1 2 5 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 13 chunks +18 lines, -17 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/webgraphicscontext3d_provider_impl.h View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M content/renderer/webgraphicscontext3d_provider_impl.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M content/test/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M services/ui/public/cpp/gpu/BUILD.gn View 1 2 2 chunks +13 lines, -2 lines 0 comments Download
A + services/ui/public/cpp/gpu/command_buffer_metrics.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
A + services/ui/public/cpp/gpu/command_buffer_metrics.cc View 1 2 3 chunks +19 lines, -19 lines 0 comments Download
A + services/ui/public/cpp/gpu/context_provider_command_buffer.h View 1 2 4 chunks +8 lines, -9 lines 0 comments Download
A + services/ui/public/cpp/gpu/context_provider_command_buffer.cc View 1 2 6 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 44 (33 generated)
sadrul
The follow-up CL to use this from mus clients is at: https://codereview.chromium.org/2586323002/ jbauman@ please review. ...
4 years ago (2016-12-19 17:43:15 UTC) #20
danakj
I just wanna say I dislike this path "services/ui/public/cpp/gpu/context_provider_command_buffer.h" as it appears to be 50% ...
4 years ago (2016-12-19 17:56:43 UTC) #22
danakj
I just wanna say I dislike this path "services/ui/public/cpp/gpu/context_provider_command_buffer.h" as it appears to be 50% ...
4 years ago (2016-12-19 17:57:03 UTC) #23
sadrul
On 2016/12/19 17:57:03, danakj_OOO_and_slow wrote: > I just wanna say I dislike this path > ...
4 years ago (2016-12-19 18:02:09 UTC) #24
jbauman
lgtm, though I agree I'm not a fan of needing to use the ui:: namespace ...
4 years ago (2016-12-19 21:54:24 UTC) #27
sadrul
+jam@ for content/renderer and content/test (will TBR since the code in these locations are to ...
4 years ago (2016-12-20 01:57:22 UTC) #29
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/2584363002/80001
4 years ago (2016-12-20 02:14:42 UTC) #32
commit-bot: I haz the power
Failed to apply patch for content/browser/compositor/gpu_process_transport_factory.cc: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-20 02:20:38 UTC) #34
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/2584363002/100001
4 years ago (2016-12-20 02:43:32 UTC) #39
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-20 03:38:11 UTC) #42
commit-bot: I haz the power
4 years ago (2016-12-20 03:40:54 UTC) #44
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/85cc5d8da31c92572589c5522fd90643be6580d6
Cr-Commit-Position: refs/heads/master@{#439694}

Powered by Google App Engine
This is Rietveld 408576698