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

Unified Diff: gpu/ipc/client/command_buffer_proxy_impl.h

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: gpu/ipc/client/command_buffer_proxy_impl.h
diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h
index aa47fe30122cd868f30da7916e2b74f374fd7add..33adeda2642324d5529ab4c82967a0d7f155e43a 100644
--- a/gpu/ipc/client/command_buffer_proxy_impl.h
+++ b/gpu/ipc/client/command_buffer_proxy_impl.h
@@ -176,7 +176,7 @@ class GPU_EXPORT CommandBufferProxyImpl
base::SharedMemoryHandle GetSharedStateHandle() const {
return shared_state_shm_->handle();
}
- uint32_t CreateStreamTexture(uint32_t texture_id);
+ uint32_t CreateStreamTexture(int32_t image_id);
private:
typedef std::map<int32_t, scoped_refptr<gpu::Buffer>> TransferBufferMap;
« no previous file with comments | « content/renderer/media/android/stream_texture_factory.cc ('k') | gpu/ipc/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698