| 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 3db7e6786012b723608e7188a8c8a55ba4e6f291..2da043cf9a7138f0fe5b3c4509ce0b9a15a1b341 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), ResourceProvider::RGBA_8888);
|
| bitmap_.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
|
| }
|
|
|
|
|