| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 457e790c2c967777bc1d465e384b14b1e08aede8..c0ec013171c81f46f2274bdb513928c071a80b55 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -132,7 +132,9 @@ class CC_EXPORT LayerImpl {
|
| LayerTreeImpl* layer_tree_impl() const { return layer_tree_impl_; }
|
|
|
| void PopulateSharedQuadState(SharedQuadState* state) const;
|
| - void PopulateScaledSharedQuadState(SharedQuadState* state, float scale) const;
|
| + void PopulateScaledSharedQuadState(SharedQuadState* state,
|
| + float layer_to_content_scale_x,
|
| + float layer_to_content_scale_y) const;
|
| // WillDraw must be called before AppendQuads. If WillDraw returns false,
|
| // AppendQuads and DidDraw will not be called. If WillDraw returns true,
|
| // DidDraw is guaranteed to be called before another WillDraw or before
|
|
|