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 1501b0e1fabcce70bad2c4f459d1eb8871d23c8c..ddad5415461fcd642785460df6f9066bfb5d0cce 100644 |
--- a/cc/trees/layer_tree_host_common.cc |
+++ b/cc/trees/layer_tree_host_common.cc |
@@ -178,7 +178,6 @@ static gfx::Rect CalculateVisibleContentRect( |
static inline bool TransformToParentIsKnown(LayerImpl* layer) { return true; } |
static inline bool TransformToParentIsKnown(Layer* layer) { |
- |
return !layer->TransformIsAnimating(); |
} |
@@ -766,8 +765,8 @@ static void CalculateDrawPropertiesInternal( |
// Tr[replica] * Tr[origin2anchor].inverse() |
// |
- // If we early-exit anywhere in this function, the drawable_content_rect of this |
- // subtree should be considered empty. |
+ // If we early-exit anywhere in this function, the drawable_content_rect of |
+ // this subtree should be considered empty. |
*drawable_content_rect_of_subtree = gfx::Rect(); |
// The root layer cannot skip CalcDrawProperties. |