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

Issue 10695181: [Android] Upstream all the IPC communications/handlings for stream texture (Closed)

Created:
8 years, 5 months ago by qinmin
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, feature-media-reviews_chromium.org
Visibility:
Public.

Description

[Android] Upstream all the IPC communications/handlings for stream texture We have already upstreamed the StreamTextureListener and StreamTextureBridge class at the browser side. Also the renderer side StreamTexureFactory has been upstreamed for media player. This change upstreams all the missing IPCs/handlers between these classes. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146508

Patch Set 1 #

Total comments: 16

Patch Set 2 : fix nits #

Total comments: 18

Patch Set 3 : fixing nits #

Patch Set 4 : remove #pragma once #

Unified diffs Side-by-side diffs Delta from patch set Stats (+597 lines, -16 lines) Patch
M content/common/gpu/gpu_channel.h View 1 4 chunks +27 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_channel.cc View 4 chunks +32 lines, -0 lines 0 comments Download
M content/common/gpu/gpu_messages.h View 1 2 3 chunks +54 lines, -0 lines 0 comments Download
M content/common/gpu/stream_texture_manager_android.h View 1 2 4 chunks +49 lines, -6 lines 0 comments Download
M content/common/gpu/stream_texture_manager_android.cc View 2 chunks +85 lines, -7 lines 0 comments Download
M content/content_renderer.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
A content/renderer/gpu/stream_texture_host_android.h View 1 2 3 1 chunk +67 lines, -0 lines 0 comments Download
A content/renderer/gpu/stream_texture_host_android.cc View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A content/renderer/media/stream_texture_factory_impl_android.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A content/renderer/media/stream_texture_factory_impl_android.cc View 1 2 1 chunk +148 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
qinmin
8 years, 5 months ago (2012-07-12 18:49:27 UTC) #1
jam
I'm not that familiar with the gpu side, so I defer to gpu owners. adding ...
8 years, 5 months ago (2012-07-12 20:22:24 UTC) #2
qinmin
http://codereview.chromium.org/10695181/diff/1/content/common/gpu/gpu_channel.h File content/common/gpu/gpu_channel.h (right): http://codereview.chromium.org/10695181/diff/1/content/common/gpu/gpu_channel.h#newcode147 content/common/gpu/gpu_channel.h:147: // Register the StreamTexutreProxy class with the gpu process ...
8 years, 5 months ago (2012-07-12 20:53:30 UTC) #3
apatrick_chromium
Just nits. I spoke to Daniel and we plan to more deeply unify it with ...
8 years, 5 months ago (2012-07-12 23:51:30 UTC) #4
jam
lgtm http://codereview.chromium.org/10695181/diff/5001/content/renderer/gpu/stream_texture_host_android.cc File content/renderer/gpu/stream_texture_host_android.cc (right): http://codereview.chromium.org/10695181/diff/5001/content/renderer/gpu/stream_texture_host_android.cc#newcode56 content/renderer/gpu/stream_texture_host_android.cc:56: content::SurfaceTexturePeer::SurfaceTextureTarget type, nit: no need for "content::" http://codereview.chromium.org/10695181/diff/5001/content/renderer/media/stream_texture_factory_impl_android.cc ...
8 years, 5 months ago (2012-07-12 23:57:21 UTC) #5
qinmin
http://codereview.chromium.org/10695181/diff/1/content/common/gpu/gpu_messages.h File content/common/gpu/gpu_messages.h (right): http://codereview.chromium.org/10695181/diff/1/content/common/gpu/gpu_messages.h#newcode29 content/common/gpu/gpu_messages.h:29: #include "ui/gfx/rect.h" removed. On 2012/07/12 23:51:30, apatrick_chromium wrote: > ...
8 years, 5 months ago (2012-07-13 00:41:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/10695181/14001
8 years, 5 months ago (2012-07-13 00:42:00 UTC) #7
commit-bot: I haz the power
Presubmit check for 10695181-14001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-13 00:42:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qinmin@chromium.org/10695181/13002
8 years, 5 months ago (2012-07-13 00:45:20 UTC) #9
commit-bot: I haz the power
8 years, 5 months ago (2012-07-13 02:17:24 UTC) #10
Change committed as 146508

Powered by Google App Engine
This is Rietveld 408576698