// Copyright 2017 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef FXJS_CJS_DELAYDATA_H_ #define FXJS_CJS_DELAYDATA_H_ #include <vector> #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/widestring.h" #include "core/fxge/cfx_color.h" #include "fxjs/cjs_field.h" struct CJS_DelayData { … }; #endif // FXJS_CJS_DELAYDATA_H_