| Index: content/test/gpu/gpu_tests/pixel_test_pages.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel_test_pages.py b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| index 945642c35adbf8709743137084a9b1348d9b36e6..77be3f0a4b6bb6559d65326f69549a428f56828c 100644
|
| --- a/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| +++ b/content/test/gpu/gpu_tests/pixel_test_pages.py
|
| @@ -141,13 +141,13 @@ def DefaultPages(base_name):
|
| 'pixel_video_mp4.html',
|
| base_name + '_Video_MP4',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=5),
|
| + revision=6),
|
|
|
| PixelTestPage(
|
| 'pixel_video_vp9.html',
|
| base_name + '_Video_VP9',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=5),
|
| + revision=6),
|
| ]
|
|
|
|
|
| @@ -501,13 +501,13 @@ def DirectCompositionPages(base_name):
|
| 'pixel_video_mp4.html',
|
| base_name + '_DirectComposition_Video_MP4',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=4,
|
| + revision=5,
|
| browser_args=browser_args),
|
|
|
| PixelTestPage(
|
| 'pixel_video_vp9.html',
|
| base_name + '_DirectComposition_Video_VP9',
|
| test_rect=[0, 0, 300, 300],
|
| - revision=5,
|
| + revision=6,
|
| browser_args=browser_args),
|
| ]
|
|
|