/* * Copyright 2010 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrRectanizer_DEFINED #define GrRectanizer_DEFINED // TODO: Once we can get Flutter to use the ganesh version of the file we can remove this one. #include "src/gpu/Rectanizer.h" using GrRectanizer = skgpu::Rectanizer; #endif