1 /* 2 * Copyright 2010 Google Inc. 3 * 4 * Use of this source code is governed by a BSD-style license that can be 5 * found in the LICENSE file. 6 */ 7 8 #ifndef GrRectanizer_DEFINED 9 #define GrRectanizer_DEFINED 10 11 // TODO: Once we can get Flutter to use the ganesh version of the file we can remove this one. 12 #include "src/gpu/Rectanizer.h" 13 14 using GrRectanizer = skgpu::Rectanizer; 15 16 #endif 17 18