| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 31b8f56db17ddac7802488d6fab6b035a8f053a4..2099e894ef3e820ba43718da4a2d97c6d3524a2c 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -25,7 +25,6 @@
|
| #include "cc/input/top_controls_manager.h"
|
| #include "cc/layers/append_quads_data.h"
|
| #include "cc/layers/heads_up_display_layer_impl.h"
|
| -#include "cc/layers/io_surface_layer_impl.h"
|
| #include "cc/layers/layer_impl.h"
|
| #include "cc/layers/painted_scrollbar_layer_impl.h"
|
| #include "cc/layers/render_surface_impl.h"
|
| @@ -7189,13 +7188,6 @@ TEST_F(LayerTreeHostImplTest, LayersFreeTextures) {
|
| video_layer->SetDrawsContent(true);
|
| root_layer->AddChild(std::move(video_layer));
|
|
|
| - scoped_ptr<IOSurfaceLayerImpl> io_surface_layer =
|
| - IOSurfaceLayerImpl::Create(host_impl_->active_tree(), 5);
|
| - io_surface_layer->SetBounds(gfx::Size(10, 10));
|
| - io_surface_layer->SetDrawsContent(true);
|
| - io_surface_layer->SetIOSurfaceProperties(1, gfx::Size(10, 10));
|
| - root_layer->AddChild(std::move(io_surface_layer));
|
| -
|
| host_impl_->active_tree()->SetRootLayer(std::move(root_layer));
|
|
|
| EXPECT_EQ(0u, context3d->NumTextures());
|
|
|