| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 839366243424301da75823f3f32ef444dce2dc0f..2a0204386e534f9666fcc327598603113020e455 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -44,6 +44,7 @@
|
| #include "ui/gfx/point.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/rect_f.h"
|
| +#include "ui/gfx/vector2d.h"
|
| #include "webkit/glue/webcookie.h"
|
| #include "webkit/glue/webmenuitem.h"
|
| #include "webkit/glue/webpreferences.h"
|
| @@ -553,7 +554,7 @@ IPC_STRUCT_BEGIN(ViewHostMsg_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.
|
|
|