| 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 9e9d71dbc271534ffd13ba50adef7f8df765e489..00bd679c08b0c3ccfee707d5b04a626814fc8dc2 100644 | 
| --- a/third_party/WebKit/public/web/WebPlugin.h | 
| +++ b/third_party/WebKit/public/web/WebPlugin.h | 
| @@ -156,7 +156,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 relativeCaretPosition) { 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) { } | 
|  |