| Index: xfa/fwl/cfwl_picturebox.h
|
| diff --git a/xfa/fwl/core/cfwl_picturebox.h b/xfa/fwl/cfwl_picturebox.h
|
| similarity index 86%
|
| rename from xfa/fwl/core/cfwl_picturebox.h
|
| rename to xfa/fwl/cfwl_picturebox.h
|
| index f4ece5bb2d7e31fbfe9d8e2bc16b645c5fd455b0..81ff3911f68b22eeb13fccae0fd94b8b254c8c51 100644
|
| --- a/xfa/fwl/core/cfwl_picturebox.h
|
| +++ b/xfa/fwl/cfwl_picturebox.h
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FWL_CORE_CFWL_PICTUREBOX_H_
|
| -#define XFA_FWL_CORE_CFWL_PICTUREBOX_H_
|
| +#ifndef XFA_FWL_CFWL_PICTUREBOX_H_
|
| +#define XFA_FWL_CFWL_PICTUREBOX_H_
|
|
|
| #include <memory>
|
|
|
| -#include "xfa/fwl/core/cfwl_widget.h"
|
| -#include "xfa/fwl/core/cfwl_widgetproperties.h"
|
| +#include "xfa/fwl/cfwl_widget.h"
|
| +#include "xfa/fwl/cfwl_widgetproperties.h"
|
|
|
| #define FWL_STYLEEXT_PTB_Left 0L << 0
|
| #define FWL_STYLEEXT_PTB_Center 1L << 0
|
| @@ -48,4 +48,4 @@ class CFWL_PictureBox : public CFWL_Widget {
|
| CFX_Matrix m_matrix;
|
| };
|
|
|
| -#endif // XFA_FWL_CORE_CFWL_PICTUREBOX_H_
|
| +#endif // XFA_FWL_CFWL_PICTUREBOX_H_
|
|
|