blob: 35b284d3021bf9cb8ebbe4ffa36dbea6d56dafbd [file] [log] [blame]
/*
* 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;