| Index: content/test/gpu/gpu_tests/screenshot_sync_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/screenshot_sync_integration_test.py b/content/test/gpu/gpu_tests/screenshot_sync_integration_test.py
|
| index ec0efe1e4c66e985b980154755af31a8f00cd8f2..1a220464f366196b9dbad571a3edca874b60b4cd 100644
|
| --- a/content/test/gpu/gpu_tests/screenshot_sync_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/screenshot_sync_integration_test.py
|
| @@ -115,7 +115,7 @@ class ScreenshotSyncIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| random.randint(0, 255),
|
| 255)
|
| tab = self.tab
|
| - tab.EvaluateJavaScript2(
|
| + tab.EvaluateJavaScript(
|
| "window.draw({{ red }}, {{ green }}, {{ blue }});",
|
| red=canvasRGB.r, green=canvasRGB.g, blue=canvasRGB.b)
|
| screenshot = tab.Screenshot(5)
|
|
|