Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderTreeAsText.h
index 46d2d29..d4d7f7c 100644 (file)
@@ -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