Index: cc/layer.cc |
diff --git a/cc/layer.cc b/cc/layer.cc |
index d0b3808a2899d201109741885f63c1445a5e70a2..2cac222d82934f8f448e31f05bebf1f21d7ed305 100644 |
--- a/cc/layer.cc |
+++ b/cc/layer.cc |
@@ -120,6 +120,11 @@ gfx::Rect Layer::layerRectToContentRect(const gfx::RectF& layerRect) const |
return gfx::ToEnclosingRect(contentRect); |
} |
+bool Layer::blocksPendingCommit() const |
+{ |
+ return false; |
+} |
+ |
void Layer::setParent(Layer* layer) |
{ |
DCHECK(!layer || !layer->hasAncestor(this)); |