Index: content/browser/renderer_host/input/input_router_client.h |
diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h |
index 34fdf0eb9b7783bcbcaea9701dd46a4a71d079e9..4a9694b71abc97c61370e04897fa298e8af03e84 100644 |
--- a/content/browser/renderer_host/input/input_router_client.h |
+++ b/content/browser/renderer_host/input/input_router_client.h |
@@ -53,6 +53,10 @@ class CONTENT_EXPORT InputRouterClient { |
// Called when a renderer fling has terminated. |
virtual void DidStopFlinging() = 0; |
+ |
+ // Called when the renderer selected a word in response to the input event |
+ // SelectWordIfAnyAt. |
+ virtual void DidSelectWordAt() = 0; |
}; |
} // namespace content |