Index: third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
diff --git a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
index 8cb26e61bc89113c2b6299c9a54caaead9c9f7d9..2d9b704c86a3eaf4fe3eac773eda36116ffadf2b 100644 |
--- a/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
+++ b/third_party/WebKit/Source/core/layout/ImageQualityControllerTest.cpp |
@@ -254,7 +254,7 @@ TEST_F(ImageQualityControllerTest, DontRestartTimerUnlessAdvanced) |
// Paint once. This will kick off a timer to see if we resize it during that timer's execution. |
mockTimer->setTime(0.1); |
- EXPECT_EQ(false, controller()->shouldPaintAtLowQuality(*img, testImage.get(), testImage.get(), LayoutSize(2, 2), 0.1)); |
+ EXPECT_FALSE(controller()->shouldPaintAtLowQuality(*img, testImage.get(), testImage.get(), LayoutSize(2, 2), 0.1)); |
EXPECT_EQ(ImageQualityController::cLowQualityTimeThreshold, mockTimer->nextFireInterval()); |
// Go into low-quality mode now that the size changed. |