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

Issue 2286063003: gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. (Closed)

Created:
4 years, 3 months ago by sadrul
Modified:
4 years, 3 months ago
Reviewers:
Fady Samuel, piman
CC:
chromium-reviews, rjkroege, jam, darin-cc_chromium.org, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

gpu: Move GpuWatchdogThread into //gpu/ipc/service from content. GpuWatchdogThread doesn't have any dependency on content. So move it into the gpu service component, so that it can be used by both content-gpu and mus-gpu. BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/2fb7e150d959023d9a793a74e30cea42798c56b4 Cr-Commit-Position: refs/heads/master@{#415149}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 5

Patch Set 3 : . #

Patch Set 4 : tot merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -740 lines) Patch
M content/content_gpu.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M content/gpu/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 4 chunks +3 lines, -3 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 7 chunks +8 lines, -27 lines 0 comments Download
D content/gpu/gpu_watchdog_thread.h View 1 chunk +0 lines, -149 lines 0 comments Download
D content/gpu/gpu_watchdog_thread.cc View 1 chunk +0 lines, -472 lines 0 comments Download
M gpu/gpu_ipc_service.gypi View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M gpu/ipc/service/BUILD.gn View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel.h View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M gpu/ipc/service/gpu_channel.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_channel_manager.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/ipc/service/gpu_channel_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M gpu/ipc/service/gpu_command_buffer_stub.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D gpu/ipc/service/gpu_watchdog.h View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
A + gpu/ipc/service/gpu_watchdog_thread.h View 1 2 5 chunks +14 lines, -14 lines 0 comments Download
A + gpu/ipc/service/gpu_watchdog_thread.cc View 8 chunks +35 lines, -25 lines 0 comments Download
M services/ui/gpu/gpu_service_internal.h View 2 chunks +3 lines, -0 lines 0 comments Download
M services/ui/gpu/gpu_service_internal.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 31 (19 generated)
sadrul
https://codereview.chromium.org/2286063003/diff/20001/gpu/ipc/service/gpu_watchdog_thread.h File gpu/ipc/service/gpu_watchdog_thread.h (right): https://codereview.chromium.org/2286063003/diff/20001/gpu/ipc/service/gpu_watchdog_thread.h#newcode36 gpu/ipc/service/gpu_watchdog_thread.h:36: NON_EXPORTED_BASE(public GpuWatchdog), There's no other subclass of GpuWatchdog, and ...
4 years, 3 months ago (2016-08-28 13:01:58 UTC) #9
sadrul
+fsamuel@ for services/ui/gpu
4 years, 3 months ago (2016-08-29 15:47:56 UTC) #13
Fady Samuel
lgtm + nits. https://codereview.chromium.org/2286063003/diff/20001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (left): https://codereview.chromium.org/2286063003/diff/20001/content/gpu/gpu_main.cc#oldcode356 content/gpu/gpu_main.cc:356: if (enable_watchdog && delayed_watchdog_enable) { nit: ...
4 years, 3 months ago (2016-08-29 16:41:37 UTC) #14
piman
LGTM. It feels somewhat out of place (it's more "we need a place out of ...
4 years, 3 months ago (2016-08-29 18:43:04 UTC) #15
sadrul
On 2016/08/29 18:43:04, piman OOO back 2016-08-29 wrote: > LGTM. It feels somewhat out of ...
4 years, 3 months ago (2016-08-29 19:22:09 UTC) #16
sadrul
Oh, in the meantime, any objections to removing GpuWatchdog interface, and just using GpuWatchdogThread everywhere?
4 years, 3 months ago (2016-08-29 19:22:36 UTC) #17
piman
On Mon, Aug 29, 2016 at 12:22 PM, <sadrul@chromium.org> wrote: > Oh, in the meantime, ...
4 years, 3 months ago (2016-08-29 19:51:44 UTC) #18
sadrul
https://codereview.chromium.org/2286063003/diff/20001/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (left): https://codereview.chromium.org/2286063003/diff/20001/content/gpu/gpu_main.cc#oldcode356 content/gpu/gpu_main.cc:356: if (enable_watchdog && delayed_watchdog_enable) { On 2016/08/29 16:41:37, Fady ...
4 years, 3 months ago (2016-08-29 20:00:32 UTC) #19
piman
lgtm
4 years, 3 months ago (2016-08-29 20:59:45 UTC) #22
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/2286063003/60001
4 years, 3 months ago (2016-08-30 03:54:54 UTC) #28
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-08-30 05:22:12 UTC) #29
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 05:24:32 UTC) #31
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/2fb7e150d959023d9a793a74e30cea42798c56b4
Cr-Commit-Position: refs/heads/master@{#415149}

Powered by Google App Engine
This is Rietveld 408576698