Index: third_party/WebKit/public/web/WebPlugin.h |
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h |
index e2e5bc02718de1273e9a01dcc3886e9574039ee9..87cee070286b3f52aeb601d0faf5669fce46a592 100644 |
--- a/third_party/WebKit/public/web/WebPlugin.h |
+++ b/third_party/WebKit/public/web/WebPlugin.h |
@@ -157,7 +157,7 @@ public: |
virtual bool setComposition(const WebString& text, const WebVector<WebCompositionUnderline>& underlines, int selectionStart, int selectionEnd) { return false; } |
// Confirms an ongoing composition and returns true if there is an ongoing |
// composition or the text is inserted. |
- virtual bool confirmComposition(const WebString& text, WebWidget::ConfirmCompositionBehavior selectionBehavior) { return false; } |
+ virtual bool confirmComposition(const WebString& text, WebWidget::ConfirmCompositionBehavior selectionBehavior, int newCursorPosition) { return false; } |
// Deletes the current selection plus the specified number of characters |
// before and after the selection or caret. |
virtual void extendSelectionAndDelete(int before, int after) { } |