// Copyright 2020 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CORE_FXGE_CFX_FILLRENDEROPTIONS_H_ #define CORE_FXGE_CFX_FILLRENDEROPTIONS_H_ #include <stdint.h> // Represents the options for filling paths. struct CFX_FillRenderOptions { … }; #endif // CORE_FXGE_CFX_FILLRENDEROPTIONS_H_