| Index: Source/web/tests/WebViewTest.cpp
|
| diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
|
| index ca2e263bfaff3cba6bacfdd27113255e5d79ecd2..4c2c66242524996fa67ee4ccb32934e21604f351 100644
|
| --- a/Source/web/tests/WebViewTest.cpp
|
| +++ b/Source/web/tests/WebViewTest.cpp
|
| @@ -306,7 +306,7 @@ TEST_F(WebViewTest, SetBaseBackgroundColorAndBlendWithExistingContent)
|
|
|
| // Set canvas background to red with alpha.
|
| SkBitmap bitmap;
|
| - ASSERT_TRUE(bitmap.allocN32Pixels(kWidth, kHeight));
|
| + bitmap.allocN32Pixels(kWidth, kHeight);
|
| SkCanvas canvas(bitmap);
|
| canvas.clear(kAlphaRed);
|
|
|
|
|