OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2013 Google Inc. | 2 * Copyright 2013 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 SkImageDiffer_DEFINED | 8 #ifndef SkImageDiffer_DEFINED |
9 #define SkImageDiffer_DEFINED | 9 #define SkImageDiffer_DEFINED |
10 | 10 |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 virtual SkIPoint* getPointsOfInterest(int id) = 0; | 88 virtual SkIPoint* getPointsOfInterest(int id) = 0; |
89 | 89 |
90 | 90 |
91 | 91 |
92 protected: | 92 protected: |
93 bool fIsGood; | 93 bool fIsGood; |
94 }; | 94 }; |
95 | 95 |
96 | 96 |
97 #endif | 97 #endif |
OLD | NEW |