summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/command_buffer_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/renderer/gpu/command_buffer_proxy.h')
-rw-r--r--content/renderer/gpu/command_buffer_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/renderer/gpu/command_buffer_proxy.h b/content/renderer/gpu/command_buffer_proxy.h
index efb89fe..a65f882 100644
--- a/content/renderer/gpu/command_buffer_proxy.h
+++ b/content/renderer/gpu/command_buffer_proxy.h
@@ -70,6 +70,9 @@ class CommandBufferProxy : public gpu::CommandBuffer,
// the task whether the echo succeeds or not.
bool Echo(const base::Closure& callback);
+ // Sends an IPC message with the new state of surface visibility
+ bool SetSurfaceVisible(bool visible);
+
// Reparent a command buffer. TODO(apatrick): going forward, the notion of
// the parent / child relationship between command buffers is going away in
// favor of the notion of surfaces that can be drawn to in one command buffer