Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index e4122775f7abf3e410dc2d362a59180135c2ec62..f2b6fc60abd796c2a7110c4ccd8b19a59de160eb 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -109,6 +109,10 @@ IPC_STRUCT_BEGIN(BrowserPluginMsg_UpdateRect_Params) |
// Is this UpdateRect an ACK to a resize request? |
IPC_STRUCT_MEMBER(bool, is_resize_ack) |
+ |
+ // Used in HW accelerated case to switch between sending an UpdateRect_ACK |
+ // with the new size or just resizing. |
+ IPC_STRUCT_MEMBER(bool, needs_ack) |
IPC_STRUCT_END() |
// Browser plugin messages |