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

Unified Diff: Source/core/rendering/RenderTreeAsText.h

Issue 357603003: Add functions searching a word boundary without VisualPosition to HTMLTextFormControlElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix nits 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/rendering/RenderTreeAsText.h
diff --git a/Source/core/rendering/RenderTreeAsText.h b/Source/core/rendering/RenderTreeAsText.h
index aa66a867604ae035e1f5d53bc5f8c919677f1f0d..40450cf24ddcdecc94cf726a8aa829ec7bfe4958 100644
--- a/Source/core/rendering/RenderTreeAsText.h
+++ b/Source/core/rendering/RenderTreeAsText.h
@@ -37,6 +37,7 @@ class LayoutRect;
class RenderLayer;
class RenderObject;
class TextStream;
+class Node;
Yuta Kitamura 2014/07/03 08:39:27 nit: Please arrange the forward declarations in th
yoichio 2014/07/04 01:29:44 Done.
enum RenderAsTextBehaviorFlags {
RenderAsTextBehaviorNormal = 0,
@@ -72,6 +73,8 @@ String counterValueForElement(Element*);
String markerTextForListItem(Element*);
+String nodePosition(Node*);
Yuta Kitamura 2014/07/03 08:39:27 Generally speaking, it is a bad idea to define a f
yoichio 2014/07/04 01:29:44 Done.
+
} // namespace WebCore
#endif // RenderTreeAsText_h

Powered by Google App Engine
This is Rietveld 408576698