| 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 061f017782ad347aaed291263b0701931b4795bd..eff150990e969caf22731a3ae4d15350351c538f 100644
|
| --- a/third_party/WebKit/public/web/WebView.h
|
| +++ b/third_party/WebKit/public/web/WebView.h
|
| @@ -96,6 +96,8 @@
|
| using WebWidget::mouseCaptureLost;
|
| using WebWidget::setFocus;
|
| using WebWidget::compositionRange;
|
| + using WebWidget::textInputInfo;
|
| + using WebWidget::textInputType;
|
| using WebWidget::selectionBounds;
|
| using WebWidget::selectionTextDirection;
|
| using WebWidget::isSelectionAnchorFirst;
|
|
|