| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index da935b0e49ee5c7eeec8e2762389bd954ac5e0bb..35555703831f2256e9519694f1d52b8975606b2e 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1586,6 +1586,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 */,
|
|
|