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

Unified Diff: content/common/gpu/stream_texture_manager_android.cc

Issue 12388038: Android: Remove Surface cruft (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/stream_texture_manager_android.cc
diff --git a/content/common/gpu/stream_texture_manager_android.cc b/content/common/gpu/stream_texture_manager_android.cc
index e073fbc39c818cb86f77305c08b55fd67b01bce5..6eb7a10aaa827f5628c2821bc3512f6867e8aa15 100644
--- a/content/common/gpu/stream_texture_manager_android.cc
+++ b/content/common/gpu/stream_texture_manager_android.cc
@@ -119,15 +119,13 @@ void StreamTextureManagerAndroid::RegisterStreamTextureProxy(
}
void StreamTextureManagerAndroid::EstablishStreamTexture(
- int32 stream_id, SurfaceTexturePeer::SurfaceTextureTarget type,
- int32 primary_id, int32 secondary_id) {
+ int32 stream_id, int32 primary_id, int32 secondary_id) {
StreamTextureAndroid* stream_texture = textures_.Lookup(stream_id);
base::ProcessHandle process = channel_->renderer_pid();
if (stream_texture) {
SurfaceTexturePeer::GetInstance()->EstablishSurfaceTexturePeer(
process,
- type,
stream_texture->surface_texture_bridge(),
primary_id,
secondary_id);
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698