| Index: cc/CCOcclusionTrackerTest.cpp
|
| diff --git a/cc/CCOcclusionTrackerTest.cpp b/cc/CCOcclusionTrackerTest.cpp
|
| index ec4f0c4f28a76f5cf5df07b5adf58991f481812b..d5641a4ef6655408bb6012918342885d67ee1574 100644
|
| --- a/cc/CCOcclusionTrackerTest.cpp
|
| +++ b/cc/CCOcclusionTrackerTest.cpp
|
| @@ -1483,8 +1483,7 @@ protected:
|
| }
|
| };
|
|
|
| -// Test is flaky on xp bots. http://crbug.com/148906.
|
| -// ALL_CCOCCLUSIONTRACKER_TEST(CCOcclusionTrackerTestViewportRectOverChild);
|
| +ALL_CCOCCLUSIONTRACKER_TEST(CCOcclusionTrackerTestViewportRectOverChild);
|
|
|
| template<class Types, bool opaqueLayers>
|
| class CCOcclusionTrackerTestLayerClipRectPartlyOverChild : public CCOcclusionTrackerTest<Types, opaqueLayers> {
|
|
|