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

Issue 7292010: Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubs (Closed)

Created:
9 years, 5 months ago by vrk (LEFT CHROMIUM)
Modified:
9 years, 5 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, sjl, ddorwin+watch_chromium.org, fischman+watch_chromium.org, jam, acolwell+watch_chromium.org, annacc+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubs This CL divvies up the GpuVideoService functionality among the relevant classes. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91742

Patch Set 1 #

Total comments: 8

Patch Set 2 : responses to CR #

Patch Set 3 : rebase ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -360 lines) Patch
M content/common/gpu/gpu_channel.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 3 chunks +0 lines, -41 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 3 chunks +22 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 5 chunks +10 lines, -25 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.h View 1 4 chunks +5 lines, -18 lines 0 comments Download
M content/common/gpu/media/gpu_video_decode_accelerator.cc View 1 2 5 chunks +42 lines, -31 lines 0 comments Download
D content/common/gpu/media/gpu_video_service.h View 1 chunk +0 lines, -76 lines 0 comments Download
D content/common/gpu/media/gpu_video_service.cc View 1 2 1 chunk +0 lines, -135 lines 0 comments Download
M content/content_common.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/gpu/gpu_video_decode_accelerator_host.h View 1 2 chunks +0 lines, -4 lines 0 comments Download
M content/renderer/gpu/gpu_video_decode_accelerator_host.cc View 1 9 chunks +10 lines, -23 lines 0 comments Download
M content/renderer/gpu/gpu_video_service_host.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
vrk (LEFT CHROMIUM)
apatrick: OWNERS + GpuChannel/Stub changes fischman: everything Thanks!
9 years, 5 months ago (2011-06-30 20:43:30 UTC) #1
apatrick_chromium
http://codereview.chromium.org/7292010/diff/1/content/common/gpu/gpu_channel.cc File content/common/gpu/gpu_channel.cc (right): http://codereview.chromium.org/7292010/diff/1/content/common/gpu/gpu_channel.cc#newcode352 content/common/gpu/gpu_channel.cc:352: bool result = stubs_by_video_decoder_id_.insert(std::make_pair( Rather than maintaining a map ...
9 years, 5 months ago (2011-06-30 21:11:16 UTC) #2
Ami GONE FROM CHROMIUM
I like it! http://codereview.chromium.org/7292010/diff/1/content/common/gpu/gpu_channel.h File content/common/gpu/gpu_channel.h (right): http://codereview.chromium.org/7292010/diff/1/content/common/gpu/gpu_channel.h#newcode181 content/common/gpu/gpu_channel.h:181: std::map<int32, GpuCommandBufferStub*> stubs_by_video_decoder_id_; Does it work ...
9 years, 5 months ago (2011-06-30 22:20:39 UTC) #3
vrk (LEFT CHROMIUM)
Things have changed a bit in following apatrick's suggestions. Please take another look! http://codereview.chromium.org/7292010/diff/1/content/common/gpu/gpu_channel.cc File ...
9 years, 5 months ago (2011-07-01 18:12:14 UTC) #4
Ami GONE FROM CHROMIUM
LGTM As noted offline, it's a bit funky that GVDAH sends a GpuCommandBufferMsg, since all ...
9 years, 5 months ago (2011-07-01 20:18:16 UTC) #5
brettw
Rubber stamp LGTM.
9 years, 5 months ago (2011-07-07 16:57:59 UTC) #6
apatrick_chromium
9 years, 5 months ago (2011-07-07 18:22:14 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698