| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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 #ifndef SkiaForCoreTesting_h | 5 #ifndef SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_ |
| 6 #define SkiaForCoreTesting_h | 6 #define SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_ |
| 7 | 7 |
| 8 // For tests under engine/core/ directory needing access Skia API. | 8 // For tests under engine/core/ directory needing access Skia API. |
| 9 | 9 |
| 10 #include "third_party/skia/include/core/SkCanvas.h" | 10 #include "third_party/skia/include/core/SkCanvas.h" |
| 11 | 11 |
| 12 #endif // SkiaForCoreTesting_h | 12 #endif // SKY_ENGINE_PLATFORM_TESTING_SKIAFORCORETESTING_H_ |
| OLD | NEW |