Index: cc/layers/nine_patch_layer_unittest.cc |
diff --git a/cc/layers/nine_patch_layer_unittest.cc b/cc/layers/nine_patch_layer_unittest.cc |
index 5f14c091060c450f5858b62a038b23eddf16a459..381c024bdbcc0829efd2cd4f2492da1829ed5ea8 100644 |
--- a/cc/layers/nine_patch_layer_unittest.cc |
+++ b/cc/layers/nine_patch_layer_unittest.cc |
@@ -4,7 +4,6 @@ |
#include "cc/layers/nine_patch_layer.h" |
-#include "cc/layers/layer_settings.h" |
#include "cc/resources/resource_provider.h" |
#include "cc/resources/scoped_ui_resource.h" |
#include "cc/test/fake_layer_tree_host.h" |
@@ -47,8 +46,7 @@ class NinePatchLayerTest : public testing::Test { |
}; |
TEST_F(NinePatchLayerTest, SetLayerProperties) { |
- scoped_refptr<NinePatchLayer> test_layer = |
- NinePatchLayer::Create(LayerSettings()); |
+ scoped_refptr<NinePatchLayer> test_layer = NinePatchLayer::Create(); |
ASSERT_TRUE(test_layer.get()); |
test_layer->SetIsDrawable(true); |
test_layer->SetBounds(gfx::Size(100, 100)); |