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

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

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.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index bcf97a88c18039b4565603dc194ae24e80c8d85e..a91fb42f713eb42627e5eab1a10bfebef22ed334 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -315,8 +315,6 @@ public:
void setValueForUser(Element*, const String&);
- String textSurroundingNode(Node*, int x, int y, unsigned long maxLength);
-
void setFocused(bool);
void setNetworkStateNotifierTestOnly(bool);

Powered by Google App Engine
This is Rietveld 408576698