 Chromium Code Reviews
 Chromium Code Reviews Issue 11830056:
  Enable accelerated animations for orphaned layers  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@MakeLayerTreeHostAnimateLayersTakeWallClockTime
    
  
    Issue 11830056:
  Enable accelerated animations for orphaned layers  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@MakeLayerTreeHostAnimateLayersTakeWallClockTime| 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; } |