diff --git a/gfx/2d/DrawTargetD2D.cpp b/gfx/2d/DrawTargetD2D.cpp index 03394fc6a42..480685813db 100644 --- a/gfx/2d/DrawTargetD2D.cpp +++ b/gfx/2d/DrawTargetD2D.cpp @@ -50,19 +50,19 @@ #endif typedef HRESULT (WINAPI*D2D1CreateFactoryFunc)( - __in D2D1_FACTORY_TYPE factoryType, - __in REFIID iid, - __in_opt CONST D2D1_FACTORY_OPTIONS *pFactoryOptions, - __out void **factory + D2D1_FACTORY_TYPE factoryType, + REFIID iid, + CONST D2D1_FACTORY_OPTIONS *pFactoryOptions, + void **factory ); typedef HRESULT (WINAPI*D3D10CreateEffectFromMemoryFunc)( - __in void *pData, - __in SIZE_T DataLength, - __in UINT FXFlags, - __in ID3D10Device *pDevice, - __in ID3D10EffectPool *pEffectPool, - __out ID3D10Effect **ppEffect + void *pData, + SIZE_T DataLength, + UINT FXFlags, + ID3D10Device *pDevice, + ID3D10EffectPool *pEffectPool, + ID3D10Effect **ppEffect ); using namespace std; diff --git a/gfx/2d/GradientStopsD2D.h b/gfx/2d/GradientStopsD2D.h index bdb228c9114..4db16623200 100644 --- a/gfx/2d/GradientStopsD2D.h +++ b/gfx/2d/GradientStopsD2D.h @@ -40,7 +40,7 @@ #include "2D.h" -#include +#include namespace mozilla { namespace gfx { diff --git a/gfx/2d/HelpersD2D.h b/gfx/2d/HelpersD2D.h index c3f013d7eea..7d11d24218a 100644 --- a/gfx/2d/HelpersD2D.h +++ b/gfx/2d/HelpersD2D.h @@ -38,7 +38,7 @@ #ifndef MOZILLA_GFX_HELPERSD2D_H_ #define MOZILLA_GFX_HELPERSD2D_H_ -#include +#include #include "2D.h" namespace mozilla { diff --git a/gfx/2d/PathD2D.h b/gfx/2d/PathD2D.h index f759902cf96..7eb03820430 100644 --- a/gfx/2d/PathD2D.h +++ b/gfx/2d/PathD2D.h @@ -39,7 +39,7 @@ #define MOZILLA_GFX_PATHD2D_H_ #include "2D.h" -#include +#include namespace mozilla { namespace gfx {