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

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

Issue 2910223003: [refactor] - Rename and Move WebWidget::CaretOrSelectionRange to WebInputMethodController::GetSelec… (Closed)
Patch Set: Fixed some comments Created 3 years, 7 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 0314cb5a076361e3badb664b9ec6dd9a82712b5c..8d154912a4a8c5ef50b26bcb676e1a8c07418365 100644
--- a/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
+++ b/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
@@ -145,10 +145,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);
}

Powered by Google App Engine
This is Rietveld 408576698