| OLD | NEW |
| 1 // Copyright 2011 The Chromium Authors. All rights reserved. | 1 // Copyright 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "config.h" | 5 #include "config.h" |
| 6 | 6 |
| 7 #include "CCThreadedTest.h" | 7 #include "CCThreadedTest.h" |
| 8 | 8 |
| 9 #include "CCActiveAnimation.h" | 9 #include "CCActiveAnimation.h" |
| 10 #include "CCAnimationTestCommon.h" | 10 #include "CCAnimationTestCommon.h" |
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 if (m_timedOut) { | 558 if (m_timedOut) { |
| 559 FAIL() << "Test timed out"; | 559 FAIL() << "Test timed out"; |
| 560 Platform::current()->compositorSupport()->shutdown(); | 560 Platform::current()->compositorSupport()->shutdown(); |
| 561 return; | 561 return; |
| 562 } | 562 } |
| 563 afterTest(); | 563 afterTest(); |
| 564 Platform::current()->compositorSupport()->shutdown(); | 564 Platform::current()->compositorSupport()->shutdown(); |
| 565 } | 565 } |
| 566 | 566 |
| 567 } // namespace WebKitTests | 567 } // namespace WebKitTests |
| OLD | NEW |