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

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

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
Index: content/common/gpu/stream_texture_manager_android.h
diff --git a/content/common/gpu/stream_texture_manager_android.h b/content/common/gpu/stream_texture_manager_android.h
index 342ff401749d82942d1440fcc2a7d52ec6bc2aea..e514fc91871f68597d69f3f5df82a257872e3b23 100644
--- a/content/common/gpu/stream_texture_manager_android.h
+++ b/content/common/gpu/stream_texture_manager_android.h
@@ -40,8 +40,7 @@ class StreamTextureManagerAndroid : public gpu::StreamTextureManager {
void RegisterStreamTextureProxy(
int32 stream_id, const gfx::Size& initial_size, int32 route_id);
void EstablishStreamTexture(
- int32 stream_id, content::SurfaceTexturePeer::SurfaceTextureTarget type,
- int32 primary_id, int32 secondary_id);
+ int32 stream_id, int32 primary_id, int32 secondary_id);
// Send new transform matrix.
void SendMatrixChanged(int route_id,
« no previous file with comments | « content/common/gpu/media/android_video_decode_accelerator.cc ('k') | content/common/gpu/stream_texture_manager_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698