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

Unified Diff: Source/core/testing/Internals.idl

Issue 307353002: Use Position instead of VisiblePosition for SurroundingText. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: convert layouttests to unit tests Created 6 years, 6 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/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index b3cc2104e3a592ead58ae771e28e7a70fcd20b96..ff6c23c53e21750f331dda42c8e2ece2fe18e543 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -272,8 +272,6 @@
void setValueForUser(Element element, DOMString value);
- DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength);
-
void setFocused(boolean focused);
// These functions are for testing NetInfo. You must call setNetworkStateNotifierTestOnly(true)

Powered by Google App Engine
This is Rietveld 408576698