| Index: cc/trees/layer_tree_host_common_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
|
| index f6a1217e387dc64ed33ae4a70a3d70a1a04ccc0c..3365721235862c6bd5eb156e7093e494900b1e66 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -426,7 +426,7 @@ TEST(LayerTreeHostCommonTest, TransformsAboutScrollOffset) {
|
| identity_matrix,
|
| identity_matrix,
|
| gfx::PointF(),
|
| - kScrollLayerPosition,
|
| + gfx::PointF(),
|
| gfx::Size(10, 20),
|
| false);
|
| scroll_layer->SetScrollable(true);
|
| @@ -465,7 +465,7 @@ TEST(LayerTreeHostCommonTest, TransformsAboutScrollOffset) {
|
| arbitrary_translate,
|
| identity_matrix,
|
| gfx::PointF(),
|
| - kScrollLayerPosition,
|
| + gfx::PointF(),
|
| gfx::Size(10, 20),
|
| false);
|
| ExecuteCalculateDrawProperties(
|
|
|