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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.cc

Issue 1417853006: gpu: introduce glSetStreamTextureSizeCHROMIUM(GLuint texture, GLint stream_id, GLsizei width, GLsiz… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android_webview.test failure Created 5 years, 1 month 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/browser/android/in_process/synchronous_compositor_factory_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index ec0c3f05229e37a026b777b7c6ac3b4f3cd36e9e..45e2ff10fd6185f5eee05fe0827d8512ce368158 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -95,7 +95,7 @@ class SynchronousCompositorFactoryImpl::VideoContextProvider
}
scoped_refptr<gfx::SurfaceTexture> GetSurfaceTexture(
- uint32 stream_id) override {
+ int32 stream_id) override {
return gl_in_process_context_->GetSurfaceTexture(stream_id);
}

Powered by Google App Engine
This is Rietveld 408576698