| Index: Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| index 046317b39664125e33dcfff613c2db28d5e7bd90..87b3c439c9c543530348995708d38237aa361649 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py
|
| @@ -167,7 +167,7 @@ class DumpRenderTreeDriverDetails(SharedDriverDetails):
|
| def command_line_file(self):
|
| return '/data/local/tmp/chrome-native-tests-command-line'
|
| def additional_command_line_flags(self):
|
| - return ['--create-stdin-fifo', '--separate-stderr-fifo']
|
| + return ['--create-stdin-fifo', '--separate-stderr-fifo', '--disable-impl-side-painting']
|
| def device_directory(self):
|
| return DEVICE_SOURCE_ROOT_DIR + 'drt/'
|
|
|
|
|