| /* |
| * Copyright 2017 Google Inc. |
| * |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| |
| // TODO(kjlubick, robertphillips) migrate Chromium to use the new location and name |
| #include "include/private/chromium/GrSurfaceCharacterization.h" // IWYU pragma: export |
| |
| class GrDeferredDisplayList; |
| class GrDeferredDisplayListRecorder; |
| using SkDeferredDisplayList = GrDeferredDisplayList; |
| using SkDeferredDisplayListRecorder = GrDeferredDisplayListRecorder; |
| using SkSurfaceCharacterization = GrSurfaceCharacterization; |