Chromium Code Reviews| Index: cc/layer_impl.h |
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
| index b02db83489562965d4f146ddbb4da6098fb24902..7766594d41146d3a92c4c66c569fd343ab29b2a2 100644 |
| --- a/cc/layer_impl.h |
| +++ b/cc/layer_impl.h |
| @@ -62,6 +62,7 @@ public: |
| virtual void OnOpacityAnimated(float) OVERRIDE; |
| virtual void OnTransformAnimated(const gfx::Transform&) OVERRIDE; |
| virtual bool IsActive() const OVERRIDE; |
| + virtual bool IsOrphaned() const OVERRIDE; |
| // Tree structure. |
| LayerImpl* parent() { return m_parent; } |