| Index: content/shell/common/layout_test.mojom
|
| diff --git a/content/shell/common/layout_test.mojom b/content/shell/common/layout_test.mojom
|
| index 81f97031250652eeb175260b0acea97883040ada..dd61553f4ecc53ef400cb7fb93457871bbca441e 100644
|
| --- a/content/shell/common/layout_test.mojom
|
| +++ b/content/shell/common/layout_test.mojom
|
| @@ -22,7 +22,7 @@ struct ShellTestConfiguration {
|
| url.mojom.Url test_url;
|
|
|
| // True if pixel tests are enabled.
|
| - bool enable_pixel_dumping;
|
| + bool enable_pixel_dumping = true;
|
|
|
| // True if tests can open external URLs
|
| bool allow_external_pages;
|
|
|