Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp

Issue 2910223003: [refactor] - Rename and Move WebWidget::CaretOrSelectionRange to WebInputMethodController::GetSelec… (Closed)
Patch Set: Rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
diff --git a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
index 9a463950e9bf3a4718e422afde848b09110e8b7e..111c29a3703229550a42fae57c54276f5b79a920 100644
--- a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
@@ -147,10 +147,6 @@ bool WebViewFrameWidget::IsSelectionAnchorFirst() const {
return web_view_->IsSelectionAnchorFirst();
}
-WebRange WebViewFrameWidget::CaretOrSelectionRange() {
- return web_view_->CaretOrSelectionRange();
-}
-
void WebViewFrameWidget::SetTextDirection(WebTextDirection direction) {
return web_view_->SetTextDirection(direction);
}
« no previous file with comments | « third_party/WebKit/Source/core/frame/WebViewFrameWidget.h ('k') | third_party/WebKit/Source/web/WebViewImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698