| 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
|
|
|