Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
index beaf2921ee9f69ecee1b52b110772f24376014f7..3c813dbb29d49aeda3173902eb10150b05f9a806 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
@@ -526,20 +526,6 @@ WebRange WebFrameWidgetImpl::compositionRange() { |
return PlainTextRange::create(*editable, range); |
} |
-WebTextInputInfo WebFrameWidgetImpl::textInputInfo() { |
- LocalFrame* focused = focusedLocalFrameInWidget(); |
- if (!focused) |
- return WebTextInputInfo(); |
- return focused->inputMethodController().textInputInfo(); |
-} |
- |
-WebTextInputType WebFrameWidgetImpl::textInputType() { |
- LocalFrame* focused = focusedLocalFrameInWidget(); |
- if (!focused) |
- return WebTextInputTypeNone; |
- return focused->inputMethodController().textInputType(); |
-} |
- |
WebColor WebFrameWidgetImpl::backgroundColor() const { |
if (isTransparent()) |
return Color::transparent; |