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