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

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

Issue 1129943006: Implement StreamTexture::BindTexImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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_command_buffer_stub.h
diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
index c76544c8fcb133b0d3a93b4d42b88d14ec1aa1fb..72d98fd271eb226af60727b4a91a3281815d385e 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -219,6 +219,9 @@ class GpuCommandBufferStub
void OnParseError();
void OnCreateStreamTexture(
uint32 texture_id, int32 stream_id, bool* succeeded);
+ void OnCreateStreamTextureImage(int32 image_id,
+ int32 stream_id,
+ bool* succeeded);
void ReportState();

Powered by Google App Engine
This is Rietveld 408576698