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

Unified Diff: third_party/WebKit/public/web/WebWidget.h

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/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index 19857223db847bf1c5c87f2400ed8f9a60629214..35c5c2b5b7bccb6d58945b530960a52792f79698 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -168,9 +168,6 @@ class WebWidget {
// (i.e its anchor is its start).
virtual bool IsSelectionAnchorFirst() const { return false; }
- // Fetch the current selection range of this WebWidget.
- virtual WebRange CaretOrSelectionRange() { return WebRange(); }
-
// Changes the text direction of the selected input node.
virtual void SetTextDirection(WebTextDirection) {}

Powered by Google App Engine
This is Rietveld 408576698