blob: 11bc53a680ef76b25d12cc0d5934f3e1eded3360 [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::ganesh::SurfaceDrawContext.
using GrRenderTargetContext = skgpu::ganesh::SurfaceDrawContext;
#endif
#endif