Index: cc/trees/layer_tree_host_pixeltest_readback.cc |
diff --git a/cc/trees/layer_tree_host_pixeltest_readback.cc b/cc/trees/layer_tree_host_pixeltest_readback.cc |
index 34eba0e07874e63af853c4781ea405969e499585..6f2143982a2e662fa6b7f67be454faee71b0d11e 100644 |
--- a/cc/trees/layer_tree_host_pixeltest_readback.cc |
+++ b/cc/trees/layer_tree_host_pixeltest_readback.cc |
@@ -459,9 +459,9 @@ class LayerTreeHostReadbackDeviceScalePixelTest |
protected: |
LayerTreeHostReadbackDeviceScalePixelTest() |
: device_scale_factor_(1.f), |
- white_client_(SK_ColorWHITE), |
- green_client_(SK_ColorGREEN), |
- blue_client_(SK_ColorBLUE) {} |
+ white_client_(SK_ColorWHITE, gfx::Size(200, 200)), |
+ green_client_(SK_ColorGREEN, gfx::Size(200, 200)), |
+ blue_client_(SK_ColorBLUE, gfx::Size(200, 200)) {} |
void InitializeSettings(LayerTreeSettings* settings) override { |
// Cause the device scale factor to be inherited by contents scales. |