Chromium Code Reviews| Index: content/renderer/browser_plugin/browser_plugin.h |
| diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
| index 99092e4ba99f2a870b097f51a661c7778080d6f5..07ccd685172ca4ff96dc6d7bcc3653fed29f0780 100644 |
| --- a/content/renderer/browser_plugin/browser_plugin.h |
| +++ b/content/renderer/browser_plugin/browser_plugin.h |
| @@ -120,7 +120,8 @@ class CONTENT_EXPORT BrowserPlugin : |
| int selectionEnd) override; |
| bool confirmComposition( |
| const blink::WebString& text, |
| - blink::WebWidget::ConfirmCompositionBehavior selectionBehavior) override; |
| + blink::WebWidget::ConfirmCompositionBehavior selectionBehavior, |
|
Changwan Ryu
2016/08/03 07:37:30
selection_behavior
yabinh
2016/08/08 07:33:43
Done.
|
| + int newCursorPosition) override; |
|
Changwan Ryu
2016/08/03 07:37:30
new_cursor_position
yabinh
2016/08/08 07:33:43
Done.
|
| void extendSelectionAndDelete(int before, int after) override; |
| // MouseLockDispatcher::LockTarget implementation. |