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) |