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

Unified Diff: content/common/gpu/gpu_channel.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/gpu_channel.h ('k') | content/common/gpu/gpu_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel.cc
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
index 71ac6919c38dadf80ad56cff1cc44a3ecf667a85..62d85e94e7af6e18f5523ea50ec308f2e6358706 100644
--- a/content/common/gpu/gpu_channel.cc
+++ b/content/common/gpu/gpu_channel.cc
@@ -912,10 +912,9 @@ void GpuChannel::OnRegisterStreamTextureProxy(
}
void GpuChannel::OnEstablishStreamTexture(
- int32 stream_id, SurfaceTexturePeer::SurfaceTextureTarget type,
- int32 primary_id, int32 secondary_id) {
+ int32 stream_id, int32 primary_id, int32 secondary_id) {
stream_texture_manager_->EstablishStreamTexture(
- stream_id, type, primary_id, secondary_id);
+ stream_id, primary_id, secondary_id);
}
#endif
« no previous file with comments | « content/common/gpu/gpu_channel.h ('k') | content/common/gpu/gpu_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698