Index: components/test_runner/layout_dump.h |
diff --git a/components/test_runner/layout_dump.h b/components/test_runner/layout_dump.h |
index f80c9c6f582f93f743c9894cd75e4e431669d9b5..d40b19a2be1140fd4aab9481bfb083f2579555e1 100644 |
--- a/components/test_runner/layout_dump.h |
+++ b/components/test_runner/layout_dump.h |
@@ -16,6 +16,8 @@ class WebLocalFrame; |
namespace test_runner { |
+// Dumps textual representation of |frame| contents. Exact dump mode depends |
+// on |flags| (i.e. dump_as_text VS dump_as_markup and/or is_printing). |
TEST_RUNNER_EXPORT std::string DumpLayout(blink::WebLocalFrame* frame, |
const LayoutTestRuntimeFlags& flags); |