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

Unified Diff: third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h

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/WebFrameWidgetImpl.h
diff --git a/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h b/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h
index 28b545c64a888eb85debb9811a007ffa6e165e33..ab1596671e55cd6f37313d11744a622e5cce61fe 100644
--- a/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h
+++ b/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h
@@ -101,7 +101,6 @@ class WebFrameWidgetImpl final : public WebFrameWidgetBase,
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;
« no previous file with comments | « third_party/WebKit/Source/core/exported/WebViewTest.cpp ('k') | third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698