| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index fc1d582067d5cb93a96ddf622d578b51ad3844de..173df3e92fc10f04e90b1fc5756a6ea1078be48e 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -1741,7 +1741,7 @@ class EvictionTestLayer : public Layer {
|
| return;
|
| texture_ = PrioritizedResource::Create(
|
| layer_tree_host()->contents_texture_manager());
|
| - texture_->SetDimensions(gfx::Size(10, 10), GL_RGBA);
|
| + texture_->SetDimensions(gfx::Size(10, 10), RGBA_8888);
|
| bitmap_.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
|
| }
|
|
|
|
|