Index: third_party/WebKit/public/web/WebView.h |
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h |
index 869e7187d891ffe125cd084dc7a2e64bd0e0d7c5..89a958247bb9dacdf37ea604cbc04addbc106883 100644 |
--- a/third_party/WebKit/public/web/WebView.h |
+++ b/third_party/WebKit/public/web/WebView.h |
@@ -98,7 +98,8 @@ public: |
using WebWidget::mouseCaptureLost; |
using WebWidget::setFocus; |
using WebWidget::setComposition; |
- using WebWidget::confirmComposition; |
+ using WebWidget::commitText; |
+ using WebWidget::finishComposingText; |
using WebWidget::compositionRange; |
using WebWidget::textInputInfo; |
using WebWidget::textInputType; |