|
|
Move WebInputMethodControllerImpl to core/exported/ & break dependencies.
It turns out that WebInputMethodControllerImpl does not define any additional
methods over WebInputMethodController, so in general we can change all of the
usage to the abstract class.
WebInputMethodControllerImpl::FromFrame is just a wrapper around WebLocalFrameBase
so removed that method and just call GetWebInputMethodController on
WebLocalFameBase instead.
Also, move WebInputMethodControllerImpl to core/exported/ as is implements the
public GetWebInputMethodController.
BUG= 712963
Review-Url: https://codereview.chromium.org/2892393002
Cr-Commit-Position: refs/heads/master@{#475296}
Committed: https://chromium.googlesource.com/chromium/src/+/7c9f28d128319e9d3f534440143ab8f1eeb2e3c4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+29 lines, -265 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/exported/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.cpp
|
View
|
1
2
|
2 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/exported/WebViewBase.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebFrameWidgetImpl.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebInputMethodControllerImpl.h
|
View
|
1
2
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp
|
View
|
1
2
|
1 chunk |
+0 lines, -167 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
View
|
1
2
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewFrameWidget.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewFrameWidget.cpp
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewImpl.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebViewImpl.cpp
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/tests/WebViewTest.cpp
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 25 (14 generated)
|