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