Index: content/common/browser_plugin_messages.h |
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h |
index ff7b5a709534f261f66d0efc4210f6697c2bd662..904716a4662ae870646f1c47a0e368566e8e6412 100644 |
--- a/content/common/browser_plugin_messages.h |
+++ b/content/common/browser_plugin_messages.h |
@@ -226,7 +226,7 @@ IPC_STRUCT_BEGIN(BrowserPluginMsg_UpdateRect_Params) |
IPC_STRUCT_MEMBER(gfx::Rect, scroll_rect) |
// The scroll offset of the render view. |
- IPC_STRUCT_MEMBER(gfx::Point, scroll_offset) |
+ IPC_STRUCT_MEMBER(gfx::Vector2d, scroll_offset) |
// The regions of the bitmap (in view coords) that contain updated pixels. |
// In the case of scrolling, this includes the scroll damage rect. |