| Index: cc/occlusion_tracker_unittest.cc
|
| diff --git a/cc/occlusion_tracker_unittest.cc b/cc/occlusion_tracker_unittest.cc
|
| index f4dba9ee05ffed180b73c83721293bf95e2185d6..987c2180e76dfd9736f5d2ef3639c14d58613f71 100644
|
| --- a/cc/occlusion_tracker_unittest.cc
|
| +++ b/cc/occlusion_tracker_unittest.cc
|
| @@ -358,8 +358,6 @@ private:
|
| void setProperties(LayerImpl* layer, const WebTransformationMatrix& transform, const FloatPoint& position, const IntSize& bounds)
|
| {
|
| setBaseProperties(layer, transform, position, bounds);
|
| -
|
| - layer->setContentBounds(layer->bounds());
|
| }
|
|
|
| void setReplica(Layer* owningLayer, scoped_refptr<Layer> layer)
|
|
|