| 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 31f64d66627f2caab098e66bdafd1bec16e89bca..6b2c5b6d6c3c94be5aa9da22bc67403407f1633e 100644
|
| --- a/cc/trees/layer_tree_host_common.cc
|
| +++ b/cc/trees/layer_tree_host_common.cc
|
| @@ -2480,7 +2480,7 @@ static bool ApproximatelyEqual(const gfx::Transform& a,
|
|
|
| for (int row = 0; row < 4; row++) {
|
| for (int col = 0; col < 4; col++) {
|
| - static const float delta =
|
| + const float delta =
|
| std::abs(a.matrix().get(row, col) - b.matrix().get(row, col));
|
| const float tolerance =
|
| col == 3 && row < 3 ? translation_tolerance : component_tolerance;
|
|
|