| 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..f7d44e344a7020ef524b1f8e5ba4af7df37e499c 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);
|
| }
|
|
|
|
|