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

Unified Diff: third_party/WebKit/Source/core/editing/VisibleSelection.h

Issue 2533693002: [Editing] Add SelectionTemplate::showTreeForThis() (Closed)
Patch Set: Created 4 years, 1 month 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/editing/VisibleSelection.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
index b8b221ca18d062cd1755df936713f3760fff55fa..5c99a65337837c5ce349250595e944534f76d2de 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -148,6 +148,8 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
#ifndef NDEBUG
void showTreeForThis() const;
+ static void showTreeForStartAndEnd(const PositionTemplate<Strategy>&,
+ const PositionTemplate<Strategy>&);
#endif
static void PrintTo(const VisibleSelectionTemplate&, std::ostream*);

Powered by Google App Engine
This is Rietveld 408576698