| Index: cc/trees/occlusion_tracker_unittest.cc
|
| diff --git a/cc/trees/occlusion_tracker_unittest.cc b/cc/trees/occlusion_tracker_unittest.cc
|
| index 09c64ef0b517ee3e1975ae47620ce8c94f0aa66d..7cf6aa77b6af25c80a6a5a4f77953e65e4a15586 100644
|
| --- a/cc/trees/occlusion_tracker_unittest.cc
|
| +++ b/cc/trees/occlusion_tracker_unittest.cc
|
| @@ -316,6 +316,7 @@ template <typename Types> class OcclusionTrackerTest : public testing::Test {
|
| LayerTreeHostCommon::CalculateDrawProperties(
|
| root,
|
| root->bounds(),
|
| + gfx::Transform(),
|
| 1.f,
|
| 1.f,
|
| NULL,
|
| @@ -337,6 +338,7 @@ template <typename Types> class OcclusionTrackerTest : public testing::Test {
|
| LayerTreeHostCommon::CalculateDrawProperties(
|
| root,
|
| root->bounds(),
|
| + gfx::Transform(),
|
| 1.f,
|
| 1.f,
|
| NULL,
|
|
|