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

Unified Diff: components/test_runner/layout_dump.h

Issue 1835673002: Moving pixel-capturing code from web_test_proxy_base.* into pixel_dump.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replicating-accept-languages
Patch Set: Rebasing... Created 4 years, 9 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 | « components/test_runner/BUILD.gn ('k') | components/test_runner/layout_test_runtime_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/test_runner/BUILD.gn ('k') | components/test_runner/layout_test_runtime_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698