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

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

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: content/common/gpu/gpu_channel_manager.h
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
index 733081b4b45e4d555bd60e8fa5665d09b8372211..45c15201b4e6a0e37dd24f5f911fd199b9b0f8ce 100644
--- a/content/common/gpu/gpu_channel_manager.h
+++ b/content/common/gpu/gpu_channel_manager.h
@@ -122,6 +122,10 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener,
int32 client_id,
const GPUCreateCommandBufferConfig& init_params,
int32 route_id);
+ void OnCreateStreamTexture(int32 image_id,
+ int client_id,
+ int32 route_id,
+ int32 stream_id);
void OnLoadedShader(std::string shader);
void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id, int client_id);
void DestroyGpuMemoryBufferOnIO(gfx::GpuMemoryBufferId id, int client_id);

Powered by Google App Engine
This is Rietveld 408576698