Chromium Code Reviews| Index: tools/dm_flags.py |
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py |
| index 37ff485ed1b387ec0b082c706ebfb2bbb7dbe836..64b4cec93efd1e58965cdc5620b53ba813e83626 100755 |
| --- a/tools/dm_flags.py |
| +++ b/tools/dm_flags.py |
| @@ -171,6 +171,7 @@ def get_args(bot): |
| if 'GalaxyS4' in bot: # skia:4079 |
| match.append('~imagefiltersclipped') |
| + match.append('~imagefilterscropexpand') |
| match.append('~scaled_tilemodes_npot') |
| match.append('~bleed_image') # skia:4367 |
| match.append('~ReadPixels') # skia:4368 |