| Index: cc/layers/texture_layer_impl.h
|
| diff --git a/cc/layers/texture_layer_impl.h b/cc/layers/texture_layer_impl.h
|
| index 3d2c1659a281753793a088582c2a09ba54a8485d..56def7a05419c7422d87880906ae175cbf0b3268 100644
|
| --- a/cc/layers/texture_layer_impl.h
|
| +++ b/cc/layers/texture_layer_impl.h
|
| @@ -41,8 +41,8 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl {
|
| void SetBlendBackgroundColor(bool blend);
|
| void SetFlipped(bool flipped);
|
| void SetNearestNeighbor(bool nearest_neighbor);
|
| - void SetUVTopLeft(const gfx::PointF top_left);
|
| - void SetUVBottomRight(const gfx::PointF bottom_right);
|
| + void SetUVTopLeft(const gfx::PointF& top_left);
|
| + void SetUVBottomRight(const gfx::PointF& bottom_right);
|
|
|
| // 1--2
|
| // | |
|
|
|