| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2014 Google Inc. | 2 * Copyright 2014 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 #ifndef SkRecords_DEFINED | 8 #ifndef SkRecords_DEFINED |
| 9 #define SkRecords_DEFINED | 9 #define SkRecords_DEFINED |
| 10 | 10 |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 #undef RECORD1 | 375 #undef RECORD1 |
| 376 #undef RECORD2 | 376 #undef RECORD2 |
| 377 #undef RECORD3 | 377 #undef RECORD3 |
| 378 #undef RECORD4 | 378 #undef RECORD4 |
| 379 #undef RECORD5 | 379 #undef RECORD5 |
| 380 #undef RECORD8 | 380 #undef RECORD8 |
| 381 | 381 |
| 382 } // namespace SkRecords | 382 } // namespace SkRecords |
| 383 | 383 |
| 384 #endif//SkRecords_DEFINED | 384 #endif//SkRecords_DEFINED |
| OLD | NEW |