Chromium Code Reviews| Index: cc/layers/layer.h |
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
| index 58dde9c4577aa05aca94dd2f73aab70af8e0f7d7..6aac890510d1aedc1e0896cd059b75ad55bb2b7a 100644 |
| --- a/cc/layers/layer.h |
| +++ b/cc/layers/layer.h |
| @@ -403,6 +403,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> { |
| int num_copy_requests_in_target_subtree(); |
| + // Stable identifier for clients. See comment in cc/trees/element_id.h. |
| void SetElementId(ElementId id); |
| ElementId element_id() const { return inputs_.element_id; } |