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

Unified Diff: third_party/WebKit/Source/web/WebFrameWidgetImpl.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/Source/web/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
index 326e9182b778b32c03db3677bcad9956158ffd06..6da400c4635159cbd39934e787721e255e96fb12 100644
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
@@ -103,7 +103,6 @@ class WebFrameWidgetImpl final
bool SelectionTextDirection(WebTextDirection& start,
WebTextDirection& end) const override;
bool IsSelectionAnchorFirst() const override;
- WebRange CaretOrSelectionRange() override;
void SetTextDirection(WebTextDirection) override;
bool IsAcceleratedCompositingActive() const override;
void WillCloseLayerTreeView() override;

Powered by Google App Engine
This is Rietveld 408576698