Chromium Code Reviews| Index: cc/damage_tracker_unittest.cc |
| =================================================================== |
| --- cc/damage_tracker_unittest.cc (revision 165906) |
| +++ cc/damage_tracker_unittest.cc (working copy) |
| @@ -165,6 +165,9 @@ |
| } |
| class DamageTrackerTest : public testing::Test { |
| +private: |
| + // For testing purposes, fake that we are on the impl thread. |
| + DebugScopedSetImplThread setImplThread; |
| }; |
| TEST_F(DamageTrackerTest, sanityCheckTestTreeWithOneSurface) |