blob: 4f0c4066e469f2d0940fe81eb6780bebd9692c26 [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrRenderTargetContext_DEFINED
#define GrRenderTargetContext_DEFINED
#include "include/core/SkTypes.h"
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
#include "src/gpu/ganesh/SurfaceDrawContext.h"
// Android Framework is relying on this header existing and the old name
// of skgpu::v1::SurfaceDrawContext.
using GrRenderTargetContext = skgpu::v1::SurfaceDrawContext;
#endif
#endif