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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 653383002: Add new API for only moving the selection extent point. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 3d23b85bd385f1d22e704559378b6b9227c858a2..7584bda192d14fa0e1d67d276110e73aa3eebc67 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -600,6 +600,11 @@ void WebRemoteFrameImpl::selectRange(const WebRange&)
ASSERT_NOT_REACHED();
}
+void WebRemoteFrameImpl::moveSelectionExtent(const WebPoint&)
+{
+ ASSERT_NOT_REACHED();
+}
+
void WebRemoteFrameImpl::moveRangeSelection(const WebPoint& base, const WebPoint& extent)
{
ASSERT_NOT_REACHED();

Powered by Google App Engine
This is Rietveld 408576698