Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #ifndef CC_TEST_COMPOSITOR_FRAME_HELPERS_H_ | |
| 6 #define CC_TEST_COMPOSITOR_FRAME_HELPERS_H_ | |
| 7 | |
| 8 namespace cc { | |
| 9 | |
| 10 class CompositorFrame; | |
| 11 | |
| 12 namespace test { | |
|
danakj
2017/04/25 15:24:36
Didn't realize we had other cc::test::FreeFunction
| |
| 13 | |
| 14 CompositorFrame MakeCompositorFrame(); | |
| 15 | |
| 16 } // namespace test | |
| 17 } // namespace cc | |
| 18 | |
| 19 #endif // CC_TEST_COMPOSITOR_FRAME_HELPERS_H_ | |
| OLD | NEW |