| 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 f94cfd5fedd51530ad55faf5ad906b73d2b6240f..785f7d1c9fbcba14847bc6f5a88f4518368d3fe5 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -2043,8 +2043,7 @@ class EvictionTestLayer : public Layer {
|
| texture_ = PrioritizedResource::Create(
|
| layer_tree_host()->contents_texture_manager());
|
| texture_->SetDimensions(gfx::Size(10, 10), RGBA_8888);
|
| - bitmap_.setConfig(SkBitmap::kARGB_8888_Config, 10, 10);
|
| - bitmap_.allocPixels();
|
| + bitmap_.allocN32Pixels(10, 10);
|
| }
|
|
|
| scoped_ptr<PrioritizedResource> texture_;
|
|
|