| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 800c0459e7354202c2278ca9e79a4f5a72d8f6d9..aead10715f1185dc49268a4a565769a85d98679a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -666,6 +666,11 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|
| // The accessibility mode of the renderer.
|
| IPC_STRUCT_MEMBER(AccessibilityMode, accessibility_mode)
|
| +
|
| + // Specifies whether partially swapping composited buffers is
|
| + // allowed for a renderer. Partial swaps will be used if they are both
|
| + // allowed and supported.
|
| + IPC_STRUCT_MEMBER(bool, allow_partial_swap)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
|
|
|