Index: content/common/gpu/gpu_messages.h |
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h |
index 049785f3fa3ed62fcff0f141db060393751ab73e..366035614777b1863ecda1dfb3e2fb7053018506 100644 |
--- a/content/common/gpu/gpu_messages.h |
+++ b/content/common/gpu/gpu_messages.h |
@@ -200,6 +200,10 @@ IPC_MESSAGE_ROUTED2(AcceleratedSurfaceMsg_NewACK, |
uint64 /* surface_handle */, |
TransportDIB::Handle /* shared memory buffer */) |
+// Tells the GPU process if it's worth suggesting release of the front surface. |
+IPC_MESSAGE_ROUTED1(AcceleratedSurfaceMsg_SetFrontSurfaceIsProtected, |
+ bool /* is_protected */) |
+ |
// Tells the GPU process that the browser process handled the swap |
// buffers request. |
IPC_MESSAGE_ROUTED0(AcceleratedSurfaceMsg_BuffersSwappedACK) |