| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 72db598e5403cb6f45955922510b06507425f7d4..b1721d1e019cf4cc4942f4129ed27c002a0198f3 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1604,6 +1604,12 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged,
|
| ViewHostMsg_SelectionBounds_Params)
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Notification that the selection root bounds have changed.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionRootBoundsChanged,
|
| + gfx::Rect /* bounds of the selection root */)
|
| +#endif
|
| +
|
| // Asks the browser to open the color chooser.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_OpenColorChooser,
|
| int /* id */,
|
|
|