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

Unified Diff: Source/core/dom/Node.h

Issue 1313283002: Re-introduce printers for Node, Position, PositionAnchorType in GTest (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-08-26T13:32:00 Created 5 years, 4 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/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 7a9d06632f33b7ac2fcd757c22fad242af1655c3..55e4336694b398a4240209fe667de1a8d5ce22b0 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -897,6 +897,9 @@ PassRefPtrWillBeRawPtr<T> T::create(Document& document) \
return adoptRefWillBeNoop(new T(document)); \
}
+std::ostream& operator<<(std::ostream&, const Node&);
tkent 2015/08/26 05:08:37 Please add a comment that these functions are for
yosin_UTC9 2015/08/26 05:36:52 Done.
+std::ostream& operator<<(std::ostream&, const Node*);
+
} // namespace blink
#ifndef NDEBUG

Powered by Google App Engine
This is Rietveld 408576698