Index: cc/trees/layer_tree_host_common.cc |
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc |
index b8ab367d60755965c57d02ea1d75181810c5b816..6123e25e07e41badb14d5e027f491a24b80e1d26 100644 |
--- a/cc/trees/layer_tree_host_common.cc |
+++ b/cc/trees/layer_tree_host_common.cc |
@@ -376,7 +376,7 @@ static bool SubtreeShouldRenderToSeparateSurface( |
return true; |
// If we'll make a copy of the layer's contents. |
- if (layer->HasRequestCopyCallback()) |
+ if (layer->HasCopyRequest()) |
return true; |
return false; |