Index: cc/trees/occlusion_tracker_unittest.cc |
diff --git a/cc/trees/occlusion_tracker_unittest.cc b/cc/trees/occlusion_tracker_unittest.cc |
index 4687dab05c6958782d4f937d1519589163242a2e..6ce278159cae50fd7e7ce6f256c6721dac9fb484 100644 |
--- a/cc/trees/occlusion_tracker_unittest.cc |
+++ b/cc/trees/occlusion_tracker_unittest.cc |
@@ -393,7 +393,6 @@ template <typename Types> class OcclusionTrackerTest : public testing::Test { |
const gfx::PointF& position, |
const gfx::Size& bounds) { |
layer->SetTransform(transform); |
- layer->SetAnchorPoint(gfx::PointF()); |
layer->SetPosition(position); |
layer->SetBounds(bounds); |
} |