| OLD | NEW |
| 1 |
| 1 /* | 2 /* |
| 2 * Copyright 2014 Google Inc. | 3 * Copyright 2014 Google Inc. |
| 3 * | 4 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 5 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 6 * found in the LICENSE file. |
| 6 */ | 7 */ |
| 7 | 8 |
| 8 #ifndef SkPictureRangePlayback_DEFINED | 9 #ifndef SkPictureRangePlayback_DEFINED |
| 9 #define SkPictureRangePlayback_DEFINED | 10 #define SkPictureRangePlayback_DEFINED |
| 10 | 11 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 32 |
| 32 private: | 33 private: |
| 33 size_t fStart; | 34 size_t fStart; |
| 34 size_t fStop; | 35 size_t fStop; |
| 35 | 36 |
| 36 typedef SkPicturePlayback INHERITED; | 37 typedef SkPicturePlayback INHERITED; |
| 37 }; | 38 }; |
| 38 | 39 |
| 39 | 40 |
| 40 #endif | 41 #endif |
| OLD | NEW |