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

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

Issue 22935009: Add content::SurfaceCapturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_stride
Patch Set: af8f3e73 Separated from BrowserCompositorOutputSurface* components. Created 7 years, 4 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 5811fe1216027532b497877c4c8d8d1ffdd52f8a..505b026a37f85e5cf015064f593cb05ed06832da 100644
--- a/content/common/gpu/gpu_command_buffer_stub.h
+++ b/content/common/gpu/gpu_command_buffer_stub.h
@@ -167,6 +167,8 @@ class GpuCommandBufferStub
media::VideoCodecProfile profile,
IPC::Message* reply_message);
+ void OnCreateSurfaceCapturer(IPC::Message* reply_message);
+
void OnSetSurfaceVisible(bool visible);
void OnDiscardBackbuffer();

Powered by Google App Engine
This is Rietveld 408576698