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

Unified Diff: content/renderer/render_thread_impl.h

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CreateStreamTexture Flow Change. 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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 59d7c048c862bb80e7410a7bb100d16325f6b20c..bbc2976b81fa17be284cb7074aa936769fc41d6b 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -432,6 +432,10 @@ class CONTENT_EXPORT RenderThreadImpl
const GPUCreateCommandBufferConfig& init_params,
int32 route_id) override;
+ bool CreateStreamTexture(int32 image_id,
+ int32 route_id,
+ int32 stream_id) override;
+
void Init();
void OnCreateNewFrame(FrameMsg_NewFrame_Params params);

Powered by Google App Engine
This is Rietveld 408576698