| Index: third_party/WebKit/public/web/WebContextMenuData.h
|
| diff --git a/third_party/WebKit/public/web/WebContextMenuData.h b/third_party/WebKit/public/web/WebContextMenuData.h
|
| index e23775101e1a928f0aeb7bd5dc218235d7c36682..80a42dd073630e7658549c24030c50a65fecb0ca 100644
|
| --- a/third_party/WebKit/public/web/WebContextMenuData.h
|
| +++ b/third_party/WebKit/public/web/WebContextMenuData.h
|
| @@ -32,6 +32,7 @@
|
| #define WebContextMenuData_h
|
|
|
| #include "../platform/WebPoint.h"
|
| +#include "../platform/WebRect.h"
|
| #include "../platform/WebReferrerPolicy.h"
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebURL.h"
|
| @@ -189,6 +190,9 @@ struct WebContextMenuData {
|
| // Custom context menu items provided by the WebCore internals.
|
| WebVector<WebMenuItemInfo> custom_items;
|
|
|
| + // Selection in viewport coordinates.
|
| + WebRect selection_rect;
|
| +
|
| WebContextMenuData()
|
| : media_type(kMediaTypeNone),
|
| has_image_contents(false),
|
|
|