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

Unified Diff: components/test_runner/web_test_proxy.h

Issue 1185563002: Add --dump-line-box-trees parameter to content_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add braces to if one-liners. Created 5 years, 6 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 | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_proxy.h
diff --git a/components/test_runner/web_test_proxy.h b/components/test_runner/web_test_proxy.h
index 81d736ad8e4e76b38daac68d1c710dd7f4318460..42c3b0526591f52e79b37f4620c31a7189dc013e 100644
--- a/components/test_runner/web_test_proxy.h
+++ b/components/test_runner/web_test_proxy.h
@@ -111,7 +111,7 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
void HideValidationMessage();
void MoveValidationMessage(const blink::WebRect& anchor_in_root_view);
- std::string CaptureTree(bool debug_render_tree);
+ std::string CaptureTree(bool debug_render_tree, bool dump_line_box_trees);
void CapturePixelsForPrinting(
const base::Callback<void(const SkBitmap&)>& callback);
void CopyImageAtAndCapturePixels(
« no previous file with comments | « no previous file | components/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698