Index: cc/layers/nine_patch_layer_impl_unittest.cc |
diff --git a/cc/layers/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc |
index 28d177505ded9749f6b4681e1e3e08a384135787..f2a0dfc84ac3ba86a93d7397b073af515c9ba4e0 100644 |
--- a/cc/layers/nine_patch_layer_impl_unittest.cc |
+++ b/cc/layers/nine_patch_layer_impl_unittest.cc |
@@ -228,7 +228,6 @@ TEST(NinePatchLayerImplTest, Occlusion) { |
NinePatchLayerImpl* nine_patch_layer_impl = |
impl.AddChildToRoot<NinePatchLayerImpl>(); |
- nine_patch_layer_impl->SetAnchorPoint(gfx::PointF()); |
nine_patch_layer_impl->SetBounds(layer_size); |
nine_patch_layer_impl->SetContentBounds(layer_size); |
nine_patch_layer_impl->SetDrawsContent(true); |