Chromium Code Reviews| Index: cc/layers/layer_impl.h |
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
| index 492a98e0e8bc9f2f401f7f47c4e466c79b4da24d..6eb3e3f4807bb2a3c68694230a6707208811cd23 100644 |
| --- a/cc/layers/layer_impl.h |
| +++ b/cc/layers/layer_impl.h |
| @@ -582,6 +582,8 @@ class CC_EXPORT LayerImpl { |
| bool IsHidden() const; |
| + bool InsideReplica() const; |
| + |
| float GetIdealContentsScale() const; |
| bool was_ever_ready_since_last_transform_animation() const { |