Chromium Code Reviews| Index: core/src/fxge/agg/agg23/fx_agg_driver.cpp |
| diff --git a/core/src/fxge/agg/agg23/fx_agg_driver.cpp b/core/src/fxge/agg/agg23/fx_agg_driver.cpp |
| index f0f6e5ee668757f2760b1c0637d6f04312768b4e..8cea42d661dc605f69d7d7ad2609667ec37c98c7 100644 |
| --- a/core/src/fxge/agg/agg23/fx_agg_driver.cpp |
| +++ b/core/src/fxge/agg/agg23/fx_agg_driver.cpp |
| @@ -214,7 +214,7 @@ CFX_AggDeviceDriver::~CFX_AggDeviceDriver() |
| } |
| DestroyPlatform(); |
| } |
| -#if ((_FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_)|| defined(_FPDFAPI_MINI_)) |
| +#if _FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_ |
|
Tom Sepez
2014/12/12 22:36:11
nit: extra space before !=
|
| void CFX_AggDeviceDriver::InitPlatform() |
| { |
| } |