| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index d76491aa20e8179d37fd66e494bba6ba34026599..d921b3bcdd34a54b5f84017c1bd6233f13bf99c1 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -445,6 +445,11 @@ IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_EnsureBackbuffer)
|
| IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetMemoryAllocation,
|
| GpuMemoryAllocationForRenderer /* allocation */)
|
|
|
| +// Sent to stub when proxy is assigned a memory allocation changed callback.
|
| +IPC_MESSAGE_ROUTED1(
|
| + GpuCommandBufferMsg_SetClientHasMemoryAllocationChangedCallback,
|
| + bool /* has_callback */)
|
| +
|
| //------------------------------------------------------------------------------
|
| // Accelerated Video Decoder Messages
|
| // These messages are sent from Renderer process to GPU process.
|
|
|