| Index: xfa/src/fdp/include/fde_rdr.h
|
| diff --git a/xfa/src/fdp/include/fde_rdr.h b/xfa/src/fdp/include/fde_rdr.h
|
| index a69404cbb36e3088ee815a7e916274702f1b8790..8aca67361b71e854f7ae0fe7ded9ba4973d3a00b 100644
|
| --- a/xfa/src/fdp/include/fde_rdr.h
|
| +++ b/xfa/src/fdp/include/fde_rdr.h
|
| @@ -4,8 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef _FDE_RENDERCONTEXT
|
| -#define _FDE_RENDERCONTEXT
|
| +#ifndef XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
|
| +#define XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
|
| +
|
| class IFDE_Page;
|
| class IFDE_RenderDevice;
|
|
|
| @@ -33,4 +34,5 @@ class IFDE_RenderContext {
|
| virtual FDE_RENDERSTATUS DoRender(IFX_Pause* pPause = NULL) = 0;
|
| virtual void StopRender() = 0;
|
| };
|
| -#endif
|
| +
|
| +#endif // XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
|
|
|