Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: content/common/browser_plugin/browser_plugin_messages.h

Issue 19585004: <webview>: Fix resize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/browser_plugin/browser_plugin_messages.h
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h
index 5dd80056ecd50b0f9e1a6db952bc4454a3d0534d..b3d5669ebad95531fecb1cd522cd7c333ef0a70c 100644
--- a/content/common/browser_plugin/browser_plugin_messages.h
+++ b/content/common/browser_plugin/browser_plugin_messages.h
@@ -44,6 +44,8 @@ IPC_STRUCT_BEGIN(BrowserPluginHostMsg_AutoSize_Params)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(BrowserPluginHostMsg_ResizeGuest_Params)
+ // Indicates whether the parameters have been populated or not.
+ IPC_STRUCT_MEMBER(bool, size_changed)
// The sequence number used to uniquely identify the damage buffer for the
// current container size.
IPC_STRUCT_MEMBER(uint32, damage_buffer_sequence_id)

Powered by Google App Engine
This is Rietveld 408576698