Chromium Code Reviews| Index: cc/layer_impl.h |
| diff --git a/cc/layer_impl.h b/cc/layer_impl.h |
| index 540d4e3e5a95fe221cbd639c8b45d7ad20e364fc..312d2d855043dee43f9d712addc300ef8d79d446 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; } |