| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 258e27a7f1e953548ba541bb8f8c2d869c396902..47ca9e381edf7cd3010cd906283b8a4ce84cc9aa 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -421,8 +421,6 @@ class CC_EXPORT LayerImpl : public LayerAnimationValueObserver,
|
| void SetBoundsDelta(const gfx::Vector2dF& bounds_delta);
|
| gfx::Vector2dF bounds_delta() const { return bounds_delta_; }
|
|
|
| - void SetContentBounds(const gfx::Size& content_bounds);
|
| -
|
| float contents_scale_x() const { return draw_properties_.contents_scale_x; }
|
| float contents_scale_y() const { return draw_properties_.contents_scale_y; }
|
| void SetContentsScale(float contents_scale_x, float contents_scale_y);
|
|
|