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 "CCLayerTreeHost.h" | 7 #include "CCLayerTreeHost.h" |
8 | 8 |
9 #include "CCGeometryTestUtils.h" | 9 #include "CCGeometryTestUtils.h" |
10 #include "CCGraphicsContext.h" | 10 #include "CCGraphicsContext.h" |
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2994 int m_numCommitComplete; | 2994 int m_numCommitComplete; |
2995 int m_numDrawLayers; | 2995 int m_numDrawLayers; |
2996 }; | 2996 }; |
2997 | 2997 |
2998 TEST_F(CCLayerTreeHostTestContinuousAnimate, runMultiThread) | 2998 TEST_F(CCLayerTreeHostTestContinuousAnimate, runMultiThread) |
2999 { | 2999 { |
3000 runTest(true); | 3000 runTest(true); |
3001 } | 3001 } |
3002 | 3002 |
3003 } // namespace | 3003 } // namespace |
OLD | NEW |