summaryrefslogtreecommitdiffstats
path: root/content/common/browser_plugin_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/browser_plugin_messages.h')
-rw-r--r--content/common/browser_plugin_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/browser_plugin_messages.h b/content/common/browser_plugin_messages.h
index ea4d847..dfed79b 100644
--- a/content/common/browser_plugin_messages.h
+++ b/content/common/browser_plugin_messages.h
@@ -228,7 +228,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.