| // Copyright 2014 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SkiaForCoreTesting_h | |
| #define SkiaForCoreTesting_h | |
| // For tests under Source/core/ directory needing access Skia API. | |
| #include "third_party/skia/include/core/SkCanvas.h" | |
| #endif // SkiaForCoreTesting_h |