Chromium Code Reviews| Index: cc/layer_impl.h |
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
| index af96077efee758b206c681157fd5d67896e014b6..6b0ecd65d279458f289ff6736b5f5bfe179bfe21 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; } |