// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SKIA_EXT_LEGACY_DISPLAY_GLOBALS_H_ #define SKIA_EXT_LEGACY_DISPLAY_GLOBALS_H_ #include "third_party/skia/include/core/SkSurfaceProps.h" namespace skia { class SK_API LegacyDisplayGlobals { … }; } // namespace skia #endif // SKIA_EXT_LEGACY_DISPLAY_GLOBALS_H_