Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 62e50c935b9d9e0bc0e9f59fc07a8ee35fa7551b..2051da673f90b79feab32709f22da1db0b3696a7 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1978,6 +1978,10 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged, |
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged, |
ViewHostMsg_SelectionBounds_Params) |
+// Notification that visibility of touch editing handles has changed. |
+IPC_MESSAGE_ROUTED1(ViewHostMsg_TouchEditingHandlesVisibilityChanged, |
+ bool /* visible */) |
+ |
// Asks the browser to open the color chooser. |
IPC_MESSAGE_ROUTED2(ViewHostMsg_OpenColorChooser, |
int /* id */, |