| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 1013debcf6adc9217313bcf5b17665645aab826e..73c1718c614c49201cd5ef0f1d948468f04acbb0 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -2542,8 +2542,7 @@ base::SingleThreadTaskRunner* WebLocalFrameImpl::UnthrottledTaskRunner() {
|
| ->ToSingleThreadTaskRunner();
|
| }
|
|
|
| -WebInputMethodControllerImpl* WebLocalFrameImpl::GetInputMethodController()
|
| - const {
|
| +WebInputMethodController* WebLocalFrameImpl::GetInputMethodController() const {
|
| return input_method_controller_.get();
|
| }
|
|
|
|
|