 Chromium Code Reviews
 Chromium Code Reviews Issue 11783037:
  Not for review: Enable accelerated animations for orphaned layers  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 11783037:
  Not for review: Enable accelerated animations for orphaned layers  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: cc/layer_impl.cc | 
| diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc | 
| index 2788c725035c733b07e858c8163f4cf763257b2f..042b0533982a14fee8e7b33f31631191f9376d25 100644 | 
| --- a/cc/layer_impl.cc | 
| +++ b/cc/layer_impl.cc | 
| @@ -575,6 +575,11 @@ bool LayerImpl::IsActive() const | 
| return m_layerTreeImpl->IsActiveTree(); | 
| } | 
| +bool LayerImpl::IsOrphaned() const | 
| +{ | 
| + return false; | 
| +} | 
| + | 
| void LayerImpl::setBounds(const gfx::Size& bounds) | 
| { | 
| if (m_bounds == bounds) |