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

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

Issue 595603002: Cleanup RenderTreeAsText (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderTreeAsText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderTreeAsText.h
diff --git a/Source/core/rendering/RenderTreeAsText.h b/Source/core/rendering/RenderTreeAsText.h
index 46d2d29ff802e5cb83148ac2da6a1a404d4a247e..d4d7f7c8a799ffa1cf32e24b9e4f60a645b88a2e 100644
--- a/Source/core/rendering/RenderTreeAsText.h
+++ b/Source/core/rendering/RenderTreeAsText.h
@@ -31,6 +31,7 @@
namespace blink {
+class Color;
class Element;
class LayoutRect;
class LocalFrame;
@@ -75,6 +76,8 @@ String markerTextForListItem(Element*);
String nodePositionAsStringForTesting(Node*);
+TextStream& operator<<(TextStream&, const Color&);
+
} // namespace blink
#endif // RenderTreeAsText_h
« no previous file with comments | « no previous file | Source/core/rendering/RenderTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698