Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 8f3c90a7a0dbf817d97e434baab3e5e46049b005..9bc7738b0193e6b1ff242aa88367688007e3e240 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -569,6 +569,8 @@ class CONTENT_EXPORT WebContentsImpl |
// void Paste() override; |
void MoveRangeSelectionExtent(const gfx::Point& extent) override; |
void SelectRange(const gfx::Point& base, const gfx::Point& extent) override; |
+ void ExpandSelectionByCharacterOffset(int start_adjust, int end_adjust) |
+ override; |
// RenderFrameHostManager::Delegate ------------------------------------------ |