blob: 37a14863be45aa30c9eb0b7aaadb1a59d7ec38cf [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/GrDeferredDisplayList.h" // IWYU pragma: export
class GrDeferredDisplayListRecorder;
class GrSurfaceCharacterization;
using SkDeferredDisplayList = GrDeferredDisplayList;
using SkDeferredDisplayListRecorder = GrDeferredDisplayListRecorder;
using SkSurfaceCharacterization = GrSurfaceCharacterization;